//错误
Error establishing a database connection
This either means that the username and password information in your wp-config.php file is incorrect or we can't contact the database server at
r.rdc.sae.sina.com.cn. This could mean your host's database server is down.
Are you sure you have the correct username and password?
Are you sure that you have typed the correct hostname?
Are you sure that the database server is running?
If you're unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.
//数据库设置
define('DB_NAME', SAE_MYSQL_DB);
/** MySQL database username */
define('DB_USER', SAE_MYSQL_USER);
/** MySQL database password */
define('DB_PASSWORD', SAE_MYSQL_PASS);
/** MySQL hostname */
define('DB_HOST', SAE_MYSQL_HOST_S);
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');
/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
https://www.v2ex.com/t/80274
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.