MySQL Help?
by on May.29, 2010, under LAMP
I am following a tutorial to setup MySQL on my computer. I have successfully installed Apache 5.0.59 and PHP 5.2.5. when i type in C:mysqlbinmysql i get this error: ERROR 1045 (28000): Access denied for user ‘ODBC’@'localhost’ (using password: N
O) when i should get: Welcome to the MySQL monitor. Commands end with ; or g.
Your MySQL connection id is 1 to server version: 4.0.18-nt
Type ‘help;’ or ‘h’ for help. Type ‘c’ to clear the buffer.
mysql>.
Can anybody help. my login should be admin@localhost.com but how would I change that.