このファイルを編集します: "\ xampp \ phpMyAdmin \ config.inc.php"
この行を変更します:
$cfg['Servers'][$i]['password'] = 'WhateverPassword';
パスワードを覚えていない場合は、シェルで次のコマンドを実行します。
mysqladmin.exe -u root password WhateverPassword
ここで、「WhateverPassword」は新しいパスワードです。
このファイルを編集します: "\ xampp \ phpMyAdmin \ config.inc.php"
この行を変更します:
$cfg['Servers'][$i]['password'] = 'WhateverPassword';
パスワードを覚えていない場合は、シェルで次のコマンドを実行します。
mysqladmin.exe -u root password WhateverPassword
ここで、「WhateverPassword」は新しいパスワードです。