XAMPP MySQL password setting (Can not enter in PHPMYADMIN)

前端 未结 8 1520
失恋的感觉
失恋的感觉 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:23

    1.open your xampp dir ( c:/xampp )

    2.to phpMyadmin dir [C:\xampp\phpMyAdmin]

    3.open [ config.inc.php ] file with any text editor

    $cfg['Servers'][$i]['auth_type'] = 'config'; //replace 'config' to ‘cookie’
    $cfg['Servers'][$i]['AllowNoPassword'] = true; //change ‘true’ to ‘false’.
    

    last : save the file .

    here is a video link in case you want to see it in Action [ click Here ]

提交回复
热议问题