Create a root password for PHPMyAdmin

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

    I only had to change one line of the file config.inc.php located in C:\wamp\apps\phpmyadmin4.1.14.

    Put the right password here ...

    $cfg['Servers'][$i]['password'] = 'Put_Password_Here';
    

提交回复
热议问题