Answer the question
In order to leave comments, you need to log in
How to solve "No Privileges" when creating database in phpMyAdmin?
Installed lamp server on linux mint (32-bit). Installed phpMyAdmin, logged in, wanted to create a database, but I can't. Says there are no privileges.
Help, PHP gurus, how to resolve this situation.
UPDATED: SHOW GRANTS FOR CURRENT_USER;
issues
GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED VIA unix_socket WITH GRANT OPTION
GRANT PROXY ON ''@'%' TO 'root'@'localhost' WITH GRANT OPTION
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question