Access denied for user 'ODBC'@'localhost'
I have PHP&MySQL installed on my system well working.
I get error Access denied for user 'ODBC'@'localhost' when I connect MySQL
using command line with a command like this :
mysql -hlocalhost -uroot -ppassword
But I connect with no problem using the following command :
mysql -uroot
Why do I get error when I specify the host name and password? My final
purpose is connecting to mysql via PHP. But I get the same error in PHP.
Received on Thu Jun 28 13:56:44 2007
This archive was generated by hypermail 2.1.8
: Thu Jun 28 2007 - 14:00:02 EDT
|