[snip]
We loaded a new server with Windows XP professional, and mysql server 4.1.
We can't get Mysql to run.  After installing mysql and trying to execute it
we get the following message:

ERROR 1045 (28000): Access denied for user 'ODBC' @'localhost' (using
password: NO)
[/snip] 

Try starting mysqld-nt with the --skip-grant-tables option. Then attempt to
login from the command line. If this works, the privileges for the ODBC
account are wrong or there is a password set. You can fix the privileges or
reset the password once you are logged in. Then you can restart the server
normally.

---
Tom Crimmins
Interface Specialist
Pottawattamie County, Iowa


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to