安装时出现以下提示
引用:
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', '');是怎么填写设置的