*** config.inc_org.php Thu Oct 29 20:52:12 2020
--- config.inc.php Thu Oct 29 20:55:17 2020
***************
*** 18,24 ****
/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
! $cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Lang'] = '';
--- 18,24 ----
/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
! $cfg['Servers'][$i]['password'] = 'PasswordOfRoot'; ←自分で決めたパスワードを記述すること
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Lang'] = '';
|