where could be the problem? i checked my syntax but it appears to be ok...Access denied for user 'ODBC'@'localhost' (using password: NO)
Access denied for user 'ODBC'@'localhost'
Moderator: General Moderators
Access denied for user 'ODBC'@'localhost'
hi, i always get this error message
- thomas777neo
- Forum Contributor
- Posts: 214
- Joined: Mon Mar 10, 2003 6:12 am
- Location: Johannesburg,South Africa
It usually means that the connection to the database in your site, doesn't have rights to connect to the database.
So the user ODBC in your database does not exist on your database server. Are you using MySQL?
You simply need to change your database connection string to an existing user in the db server, or add the user ODBC@localhost to you db server.
So the user ODBC in your database does not exist on your database server. Are you using MySQL?
You simply need to change your database connection string to an existing user in the db server, or add the user ODBC@localhost to you db server.
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
- thomas777neo
- Forum Contributor
- Posts: 214
- Joined: Mon Mar 10, 2003 6:12 am
- Location: Johannesburg,South Africa