phpMyAdmin reports 'No Privileges'

前端 未结 6 847
走了就别回头了
走了就别回头了 2021-01-17 12:36

Long story short, I ended up deleting the root user from PHPMyAdmin in EasyPHP. After some researching, I used skip-grant-tables to regain database access. Now, however, I

6条回答
  •  不知归路
    2021-01-17 13:27

    Been stuck with this a few times over the last few years... Easiest method I've found was today whilst setting up an RPi.

    From the terminal run: $sudo mysql_secure_installation and set up as appropriate for your implementation.

    Then, setup user access with: $sudo mysql_setpermission this will allow you to set a super/root user.

    Just follow the prompts.

提交回复
热议问题