ODBC as unwanted username
am 19.04.2005 08:26:50 von David Devon
Having some difficulty launching the mysql client. The
daemon starts okay, but for some reason it thinks the
user is ODBC instead of root.
C:\>mysql ERROR 1045 (28000): Access denied for user
'ODBC'@'localhost' (using password: NO)
The username can't be reset either using the config
wizard or the command line. How can I fix this?
Thanks,
David Devon
--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=gcdmo-myodbc@m.gmane.org
RE: ODBC as unwanted username
am 19.04.2005 17:24:04 von John Doolan
David,=20
The ODBC user is the default user if none is specified. Your error
message suggests you are not specifying any user when connecting and
MySQL is using its default.
Regards,
John Doolan
-----Original Message-----
From: David Devon [mailto:ddevon@sbcglobal.net]=20
Sent: 19 April 2005 07:27
To: myodbc@lists.mysql.com
Subject: ODBC as unwanted username
Having some difficulty launching the mysql client. The
daemon starts okay, but for some reason it thinks the
user is ODBC instead of root.
C:\>mysql ERROR 1045 (28000): Access denied for user
'ODBC'@'localhost' (using password: NO)
The username can't be reset either using the config
wizard or the command line. How can I fix this?
Thanks,
David Devon
--=20
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe:
http://lists.mysql.com/myodbc?unsub=3Djohnd@minerva-cs.co.uk
--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=3Dgcdmo-myodbc@m.gmane.o rg
RE: ODBC as unwanted username
am 19.04.2005 17:36:25 von armin.schoeffmann
assuming you're talking about the mysql-console client on win32 =
(mysql.exe):
specifiy a user-name and things will get better.
mysql -hlocalhost -uroot
without the -u parameter, the client assumes 'odbc' as the default user.
regards,armin.
> -----Original Message-----
> From: David Devon [mailto:ddevon@sbcglobal.net]=20
> Sent: Tuesday, April 19, 2005 8:27 AM
> To: myodbc@lists.mysql.com
> Subject: ODBC as unwanted username
>=20
> Having some difficulty launching the mysql client. The daemon=20
> starts okay, but for some reason it thinks the user is ODBC=20
> instead of root.
>=20
> C:\>mysql ERROR 1045 (28000): Access denied for user=20
> 'ODBC'@'localhost' (using password: NO)
>=20
> The username can't be reset either using the config wizard or=20
> the command line. How can I fix this?
>=20
> Thanks,
>=20
> David Devon
>=20
> --
> MySQL ODBC Mailing List
> For list archives: http://lists.mysql.com/myodbc
> To unsubscribe: =20
> http://lists.mysql.com/myodbc?unsub=3Darmin.schoeffmann@aega eon.de
>=20
>=20
>=20
>=20
--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=3Dgcdmo-myodbc@m.gmane.o rg