Skip to content

Commit

Permalink
Update config.inc.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuifengshaonianhanlu committed Mar 22, 2022
1 parent bf661f9 commit 69255bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/config.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//定义数据库连接参数
define('DBHOST', '127.0.0.1');//将localhost或者127.0.0.1修改为数据库服务器的地址
define('DBUSER', 'root');//将root修改为连接mysql的用户名
define('DBPW', '');//将root修改为连接mysql的密码,如果改了还是连接不上,请先手动连接下你的数据库,确保数据库服务没问题在说
define('DBPW', '');//将root修改为连接mysql的密码,如果改了还是连接不上,请先手动连接下你的数据库,确保数据库服务没问题在说!
define('DBNAME', 'pikachu');//自定义,建议不修改
define('DBPORT', '3306');//将3306修改为mysql的连接端口,默认tcp3306

Expand Down

0 comments on commit 69255bc

Please sign in to comment.