Re: MySQL and 'ODBC'@'localhost' error

2007-07-09 Thread kapil kaushik
Hi All, Thanks a lot for your help. The thing is working now. Although I would like to mention a couple of points: 1. mysql -u root -p test_dev wrote: You didn't specify a user or password on your mysql command line when you redirected your input to your .sql file, and for some reason the defa

RE: MySQL and 'ODBC'@'localhost' error

2007-07-09 Thread Jerry Schwartz
You didn't specify a user or password on your mysql command line when you redirected your input to your .sql file, and for some reason the default is [EMAIL PROTECTED] You need to use the -p and -u options on the command line. Regards, Jerry Schwartz The Infoshop by Global Information Incorporat

Re: MySQL and 'ODBC'@'localhost' error

2007-07-08 Thread Martin Gainty
: "kapil kaushik" <[EMAIL PROTECTED]> To: Sent: Sunday, July 08, 2007 4:07 PM Subject: MySQL and 'ODBC'@'localhost' error Hi, I am very new to MySQL. I have downloaded and installed the " mysql-essential-5.0.41-win32.msi" version for Windows XP. Afte

MySQL and 'ODBC'@'localhost' error

2007-07-08 Thread kapil kaushik
Hi, I am very new to MySQL. I have downloaded and installed the " mysql-essential-5.0.41-win32.msi" version for Windows XP. After installation and instance configuration, the following thing runs fine: mysql -u root -p Enter password: * -- gets me to the mysql prompt and the following t

RE: mySQL and odbc

2004-02-11 Thread vpendleton
t;<<<<< On 2/11/04, 3:25:49 PM, Adam Staunton <[EMAIL PROTECTED]> wrote regarding RE: mySQL and odbc: > Using phpmyadmin I have granted all priviledges to the user for the database. Any ideas ? > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: mySQL and odbc

2004-02-11 Thread Adam Staunton
Using phpmyadmin I have granted all priviledges to the user for the database. Any ideas ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, 12 February 2004 4:12 AM To: Adam Staunton Cc: [EMAIL PROTECTED] Subject: Re: mySQL and odbc Have the grant

Re: mySQL and odbc

2004-02-11 Thread vpendleton
Have the grant tables been set up to allow this user access from this host? Do a show grants for this user. >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 2/10/04, 5:52:11 PM,

mySQL and odbc

2004-02-10 Thread Adam Staunton
Hi all, I am getting the following error. I'm pretty sure that I've set the dsn up ok but I still cannot get the test connection to work properly. [MySQL][ODBC 3.51 Driver] Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) The database name, host, password, username etc should

Re: MySQL and ODBC prolbme

2002-10-03 Thread Jeff Bluemel
"'Jeff Bluemel'" <[EMAIL PROTECTED]> Sent: Thursday, October 03, 2002 9:49 AM Subject: RE: MySQL and ODBC prolbme > Nope, just telnet linuxhost 3306 > > Leave the telnet port alone. > > -J > > > -Original Message- > From: Jeff Bluemel [mail

RE: MySQL and ODBC prolbme

2002-10-03 Thread Chris Couture
Can the two machines ping each other? -Original Message- From: Jeff Bluemel [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 9:11 AM To: [EMAIL PROTECTED] Subject: MySQL and ODBC prolbme I have mysql on a linux box (IP 192.168.0.1), and I've got a windows 2000 box t

MySQL and ODBC prolbme

2002-10-03 Thread Jeff Bluemel
I have mysql on a linux box (IP 192.168.0.1), and I've got a windows 2000 box that I am trying to connect to with with odbc. I am getting the following error message [MySQL AB][MyODBC] ERROR : Can't connect to MySQL server on 192.168.0.1 (10061) I'm not sure how to go about correcting this prob

Re: MYSQL and ODBC

2001-01-19 Thread Rolf Hopkins
-- From: "James "BUBBA" Carter" <[EMAIL PROTECTED]> To: "Rolf Hopkins" <[EMAIL PROTECTED]> Sent: Friday, January 19, 2001 22:29 Subject: Re: MYSQL and ODBC > I don't think I was clear. Let me try and start over. > > > I am an ISP. I h

Re: MYSQL and ODBC

2001-01-18 Thread Rolf Hopkins
stance, ask the list... Or, have I totally misunderstood you. Cheers Rolf - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 19, 2001 13:13 Subject: MYSQL and ODBC > > I am running LInux and MYSQL. My billing program for my I

MYSQL and ODBC

2001-01-18 Thread jcarter
I am running LInux and MYSQL. My billing program for my ISP has recommended that I setup ODBC on my Win2k machine so I can execute commands to mysql to add and remove users. The software has the commands built in, however I must configure my server and ODBC to work for MYSQL. Is there any simp