|
|
@@ -20,6 +20,7 @@ $_ENV['db_socket'] = '';
|
|
|
$_ENV['db_database'] = 'sspanel'; //数据库名
|
|
|
$_ENV['db_username'] = 'root'; //数据库用户名
|
|
|
$_ENV['db_password'] = 'sspanel'; //用户名对应的密码
|
|
|
+$_ENV['db_port'] = '3306'; //端口
|
|
|
#高级
|
|
|
$_ENV['db_charset'] = 'utf8mb4';
|
|
|
$_ENV['db_collation'] = 'utf8mb4_unicode_ci';
|