oh.. my fucking mysql configuration

This commit is contained in:
printempw 2016-02-07 09:48:06 +08:00
parent 334d69766e
commit 41085d2846

View File

@ -3,10 +3,10 @@
define('DB_NAME', 'skin');
/* MySQL 用户名 */
define('DB_USER', 'skin');
define('DB_USER', 'root');
/* MySQL 连接密码 */
define('DB_PASSWD', 'y92aTw2CmsJm9ZaU');
define('DB_PASSWD', 'root');
/* MySQL 主机 */
define('DB_HOST', 'localhost');