Create a root password for PHPMyAdmin

后端 未结 12 544
长情又很酷
长情又很酷 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 11:11

    PHPMyAdmin is telling you that your MySQL service is missing a root password. You can change it by accessing the MySQL command line interface. mysqladmin -u root password newpass

    http://www.howtoforge.com/setting-changing-resetting-mysql-root-passwords

提交回复
热议问题