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