发新话题
打印

[问题求助] 为什么我安装不了WORLDPRESS

本主题由 打篮球的手 于 2008-8-31 16:02 移动

为什么我安装不了WORLDPRESS

安装时出现以下提示
引用:
There doesn't seem to be a wp-config.php file. I need this before we can get started. Need more help? We got it. You can create a wp-config.php file through a web interface, but this doesn't work for all server setups. The safest way is to manually create the file.
那文件我确定已经上传到FTP了。
另外想知道
引用:
define('DB_NAME', 'i');    // The name of the database
define('DB_USER', 'i');     // Your MySQL username
define('DB_PASSWORD', '纟'); // ...and password
define('DB_HOST', 'localhost');    // 99% chance you won't need to change this value
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
中的后两项
复制内容到剪贴板
代码:
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
是怎么填写设置的

TOP

那两个一般不用管。
检查一下你这句的配置

define('DB_HOST', 'localhost');    // 99% chance you won't need to change this value

TOP

地区

提示: 作者被禁止或删除 内容自动屏蔽

TOP

发新话题