ok. im just trying to create a database, and this is the error it gives me. Im doing it locally and i know the password and username is correct.
[username@peony mysql]$ mysqladmin -h localhost -u username -p create db
Enter password:
mysqladmin: CREATE DATABASE failed; error: 'Access denied for user: 'username@localhost' to database 'db''
Last night i was using a database i created and then i dropped it. Would that cause any of this to happen? I also get the same error through phpmyadmin. Any insight would be much appreciated.