Commit d68f3439 by October

Update db.php

parent 8723956d
<?php <?php
return array( return array(
'DB_TYPE' => 'mysql', 'DB_TYPE' => 'mysqli',
'DB_HOST' => 'izhidaicbc2.mysql.rds.aliyuncs.com', 'DB_HOST' => 'mysql-sh',
'DB_PORT' => '3306', 'DB_PORT' => '3306',
'DB_NAME' => 'project_citic_20210413_mdrt3', // <--- 修改这里 'DB_NAME' => 'project_citic_20210413_mdrt3', // <--- 修改这里
'DB_USER' => 'zhida', // <--- 修改这里 'DB_USER' => 'zhida', // <--- 修改这里
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment