有人在sae上部署过wordpress3.6么? 提示数据库问题, 是设置不对吗?

2013-08-26 17:36:21 +08:00
 geew
//错误
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', '');
2463 次点击
所在节点    问与答
8 条回复
haiyang416
2013-08-26 17:37:33 +08:00
host那里加上端口。
geew
2013-08-26 17:42:11 +08:00
@haiyang416 define('DB_HOST', SAE_MYSQL_HOST_S:SAE_MYSQL_PORT); 这样么
gangsta
2013-08-26 18:02:33 +08:00
host那里应该是M,不是S.

/** MySQL hostname */
define('DB_HOST', SAE_MYSQL_HOST_M.':'.SAE_MYSQL_PORT);
geew
2013-08-26 20:19:34 +08:00
@gangsta 谢谢 我试试 不会php
wzxjohn
2013-08-26 21:13:25 +08:00
没记错的话SAE不能部署普通的wordpress。。。
xlmo
2013-08-26 21:18:58 +08:00
不是有个wordpress for sae吗?
zwl2828
2013-08-27 06:10:21 +08:00
geew
2013-08-27 08:54:38 +08:00
@wzxjohn 可以的

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/80274

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX