update mysql.user set password = OLD_PASSWORD('fixme') where user =
'odbcuser';
Then you will be able to authenticate.
Shawn Green
Database Administrator
Unimin Corporation - Spruce Pine
"Danesh Daroui" <[EMAIL PROTECTED]> wrote on 09/11/2004 06:24:17 AM:
>
Danesh Daroui wrote:
Hi all,
I have still problem with MyODBC. When I want to connect to my Database server which
is a Linux machine, it returns an error:
Client does not support authentication protocol requested by server; consider
upgrading MySQL client
I visited MySQL documents but the
Hi all,
I have still problem with MyODBC. When I want to connect to my Database server which
is a Linux machine, it returns an error:
Client does not support authentication protocol requested by server; consider
upgrading MySQL client
I visited MySQL documents but the suggestions were about
At 9:17 +0200 6/17/03, Laura del Cano wrote:
Hello,
I have intalled Mysql 4.1.0 and MyODBC 3.51 under Windows 2000.
I create a new database in Mysql and a user with all the privileges on it
(using GRANT ALL privileges...).
I create a User DSN in the windows Control Panel and when I test the
connec
Hello,
I have intalled Mysql 4.1.0 and MyODBC 3.51 under Windows 2000.
I create a new database in Mysql and a user with all the privileges on it
(using GRANT ALL privileges...).
I create a User DSN in the windows Control Panel and when I test the
connection (in the same DSN panel) I get the follow
Hello
I'm trying to connect a Lotus Server through DECS, to a MySQL db.
The Lotus and the MySQL servers are installed on the same linux machine.
I installed iodbc, myodbc, successfully tested them with odbctest from
Linux, and with ndctest (or smth like that) from a Windows system.
Anyway, I'm
Hi ,
I'm trying to access database on MySQL server which is on a Unix box
from a windows system through odbc. I'm using MyODBC for this purpose. When
ever i connect i get the error message "access denied for the user". I have
inserted the user in the db, user and host tables in mysql database
gards,
Gary "SuperID" Huntress
===
FreeSQL.org offering free database hosting to developers
Visit http://www.freesql.org
- Original Message -
From: "Schrottemail" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, April 14, 2001 10:20 AM
Su
HELP!
I want to get the result of "show table status" into a ADO2.6 Recordset.
But the result of my query is EMPTY. But only in VB6. When I use the
"admndemo.exe" program it works.
Note:
"show status" works perfektly, only "show table status" and "show
processlist" makes trobble...
I need the i