phpMyAdmin ERROR: mysqli_real_connect(): (HY000/1045): Access denied for user 'pma'@'localhost' (using password: NO)

后端 未结 16 878
谎友^
谎友^ 2020-12-05 00:17

I keep getting the following errors with mysql connection through XAMPP and I don\'t know what to do:

That\'s the code in the config.inc.php



        
16条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-05 00:37

    Add this line to the file xampp\phpMyAdmin\config.inc:

    $cfg['Servers'][$i]['port'] = '3307';
    

    Here, my port is 3307, you can change it to yours.

提交回复
热议问题