phpMyAdmin reports 'No Privileges'

前端 未结 6 848
走了就别回头了
走了就别回头了 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:09

    This was super annoying.

    It appears to be a bug with phpMyAdmin.

    Clear your browser cookies, what's happening is phpMyAdmin has "cached" the fact that you do not (or possibly didn't have at some point) create database access.

    There's no way to reset it other than deleting your cookies for phpMyAdmin in your browser window (to get a new 'session id'), or deleting the session files on the phpMyAdmin web server.

提交回复
热议问题