Hello,
I have the following problem:
I can't connect to the mysql server. I always get error messages (access denied).
I installed it on Windows XP Professional.
The mysql server is running as service. A web server is running as service too (IIS V5.1).
The my.ini (e:\windows\my.ini) contains:
[mysqld]
basedir=n:/mysql/
datadir=n:/mysql_data/
[WinMySQLAdmin]
Server=N:/mysql/bin/mysqld-nt.exe
N:\>n:\mysql\bin\mysql mysql
ERROR 1045: Access denied for user: 'ODBC@localhost' (Using password: NO)
I always get the error above.
By testing the server I get following errors:
N:\mysql\bin>mysqlshow -u root mysql
mysqlshow: Access denied for user: 'root@localhost' (Using password: NO)
N:\mysql\bin>mysqladmin version status proc
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user: 'ODBC@localhost' (Using password: NO)'
N:\mysql\bin>mysql test
ERROR 1045: Access denied for user: 'ODBC@localhost' (Using password: NO)
Where is the problem?
With kind regards,
Andrea Beyreuther