[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] phpmyadmin package



-----Original Message-----
Thanks Brian. I had forgotten I had added the site without implementing PHP.
I'm still not able to access the mySQL server through phpMyAdmin though. I
type in the user/pass and i get access denied. I am able to connect through
a shell to the mysql daemon. Any ideas on what I should change to fix that ?

Thanks again,
Chris
_____________________________________


The username / password should be that in which you access MySQL via the 
CLI.

so, if you do:

mysql -uroot -pPASSWORD

You should use "root" / "password" to access via phpMyAdmin.  What you 
can do to, to help ... is change the configur.inc.php from "http" 
authentication to "cookie".  It will spit out an error if it is more 
then just a username/ password problem!

Thanks,
Brian