i just recently bought webspace with mysql included and have been trying to set up phpmyadmin on the server. i have successfully gotten to the "Welcome to phpmyadmin" screen, and am trying to install php nuke. the only problem is that under "create new database" it says no privileges with a red x.
obviously the first thing i thought was i somehow didnt configure the config.inc.php file correctly....so i double checked and everything SEEMS right (keep in mind this is the first time ive done this so who knows).
i also went to my mysql "Execute SQL Statement" box and typed in
"GRANT ALL PRIVILEGES ON *.* TO 'admin'@'localhost'"
but all that returns is
Access denied for user: 'dufftinium@localhost' (Using password: NO)