📜  phpmyadmin 首次登录 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:45.031000             🧑  作者: Mango

代码示例1
// in config.sample.inc.php change this to true
$cfg['Servers'][$i]['AllowNoPassword'] = false;
// in config.sample.inc.php add this 
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '123';
// refresh