XAMPP MySQL password setting (Can not enter in PHPMYADMIN)

前端 未结 8 1517
失恋的感觉
失恋的感觉 2020-12-24 03:52

Firstly: I am cannot entering PHPMYADMIN at \"localhost:80/phpmyadmin/\". Because when I install MySQL server mysql-5.5.36 with Username :root an

8条回答
  •  无人及你
    2020-12-24 04:04

    If you can not authenticate via the web interface (localhost/phpmyadmin/) then try change authentication type to cookie.

    $cfg['Servers'][$i]['auth_type'] = 'cookie';

提交回复
热议问题