Question
Stuck trying to creating a new mysql database
Hello,
So i am trying to create a new database, and every time i try the
CREATE DATABASE database name;
I get the error below
1044 - Access denied for user ‘phpmyadmin’@'localhost’
i tried the ['AllowNoPassword’] = TRUE; method and i still wasn’t able to create a database within the installed phpmyadmin
i tried using root with the admin password but that didint work
Any ideas?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×