Create a root password for PHPMyAdmin

后端 未结 12 550
长情又很酷
长情又很酷 2020-12-12 10:19

PHPMyAdmin is giving me a message saying that the user (root) does not have a password.

So, how can I create one?

12条回答
  •  时光取名叫无心
    2020-12-12 10:56

    On linux (debian 9) after resetting the mysql(Maria DB) root password, you just have to edit the phpmyadmin db config file located at /etc/phpmyadmin/config-db.php

    gedit /etc/phpmyadmin/config-db.php (as root)

提交回复
热议问题