Can't connect to MySQL. :-(

MAbans

Registered
Can't connect to MySQL for some reason. I just installed MySQL and I can manage it through the MySQL Admin tool but for some I can't connect to it via a web browser (phpMyAdmin). Any thoughts?

oh yeah I did run the

Code:
/usr/local/mysql/bin/mysqladmin -u root password new_password
but I get a
Code:
'Access denied for user 'root'@'localhost' (using password: NO)'
 
Yes sir. Its strange that I can connect through the mySQL Admin program available but not via webbrowser..
 
Strange... and you added the correct php directives in the httpd.conf file? Sorry if this is elementary, I'm just trying to cover all the bases...
 
Back
Top