とりあえず、rootのパスワードをphpMyAdminを使って設定。
“Privileges”タブを開く。
Userがrootの”Edit Privileges”を開く。
Passwordを適当にセット!
いきなりphpMyAdminが利用できなくなるので、
同じパスワードを”xampp/phpMyAdmin/config.inc.php”内で次のように設定。
$cfg[‘Servers’][$i][‘password’] = ‘QoCBdQUJkixM8LOU’;
Userがrootとなっているのは、2つあるので、もう一方も設定。
さらに、Userがpmaに関しても、同じく。
$cfg[‘Servers’][$i][‘controlpass’] = ‘JhHm2EJLCZTtzfJT’;
が、
Connection for controluser as defined in your configuration failed.
とか、エラーが出ますが、User”controluser”がないだけなので、無視。