Re: Still problem with MyODBC :((

2004-09-13 Thread SGreen
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: >

Re: Still problem with MyODBC :((

2004-09-12 Thread Daniel Kasak
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

Still problem with MyODBC :((

2004-09-11 Thread Danesh Daroui
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

Re: Authentication problem with MyODBC 3.51

2003-06-24 Thread Paul DuBois
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

Authentication problem with MyODBC 3.51

2003-06-17 Thread Laura del Cano
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

lotus decs problem with myodbc

2002-10-03 Thread Octavian Popescu
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

Problem with MyODBC

2001-07-27 Thread asfar . sayeed
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

Re: Problem with MyODBC via VisualBasic6 ADO2.6 - Recordset

2001-04-14 Thread Gary Huntress
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

Problem with MyODBC via VisualBasic6 ADO2.6 - Recordset

2001-04-14 Thread Schrottemail
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