No privileges on wamp server phpmyadmin No privileges on wamp server phpmyadmin mysql mysql

No privileges on wamp server phpmyadmin


Solution:

  • Click on the User accounts tab
  • Click on a user account showing no privileges
  • Click on the Edit privileges link and tick all the check boxes

phpMyAdmin


i just write UserName root and leave the password blank it work for me


Go to phpmyadmin webpage under user accounts tab and check if the root has all_privileges

and still if you are not able create db

Go to mysql console login as root and type: flush privileges;

now reload phpmyadmin page and you should be in synch