请求解决,安装不上留言板

请求解决,安装不上留言板

服务器PHP+MYSQL的
安装上去后出现如下提示

MySQL Query Error
CREATE DATABASE IF NOT EXISTS
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1请检查是否有建数据库的权限

是服务器不支持新建数据库还是我操作失误呢?

你没有填写数据库名吗?
如履薄冰

啊,,,
晕死~· 原来是这样。。~~
谢谢

安装到本地没问题,可是传到服务器上又用不了了
服务器是PHP+MYSQL,也设置了几个 文件的777属性,服务器出现如下提示

[复制到剪切板]
CODE:
MySQL Query Error
CREATE DATABASE 
IF NOT EXISTS gb_index
Access denied 
for user'db00176@localhost' to database 'gb_index'请检查是否有建数据库的权限 ;

可本人帐户是可以建数据库的啊,假设在服务器上手动建立表段,改如何操作呢?

用户名和密码不对.不要和我说对.因为这里已经提示不对
Access denied for user: 'db00176@localhost' to database 'gb_index'
毕业了。。。

哦,是吗,应该不太可能吧,这个是MYSQL的配置文件

[复制到剪切板]
CODE:
$cfg['Servers'][$i]['host']          = 'localhost'// MySQL hostname or IP address
$cfg['Servers'][$i]['port']          = '';          // MySQL port - leave blank for default port
$cfg['Servers'][$i]['socket']        = '';          // Path to the socket - leave blank for default socket
$cfg['Servers'][$i]['connect_type']  = 'tcp';       // How to connect to MySQL server ('tcp' or 'socket')
$cfg['Servers'][$i]['compress']      = FALSE;       // Use compressed protocol for the MySQL connection
                                                    // (requires PHP >= 4.3.0)
$cfg['Servers'][$i]['controluser']   = '';          // MySQL control user settings
                                                    // (this user must have read-only
$cfg['Servers'][$i]['controlpass']   = '';          // access to the "mysql/user"
                                                    // and "mysql/db" tables).
                                                    // The controluser is also
                                                    // used for all relational
                                                    // features (pmadb)
$cfg['Servers'][$i]['auth_type']     = 'config';    // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user']          = 'db00176';      // MySQL user
$cfg['Servers'][$i]['password']      = 'mima';          // MySQL password (only needed ;

安装列表分别如下
localhost ----------------- 数据库服务器:
db00176 ----------------- 数据库用户名
mima ---------------------- 密码
gb_index ---------------- 数据库名
gue_ --------------------- 数据库前序
admin -------------------- 用户名
admin -------------------- 密码

我这样配置有问题吗??敬请告知,
本人比较菜,烦请告知?

等待回复!·