View Single Post

   
  #4 (permalink)  
Old 02-28-2008, 06:47 AM
Jerry Schwartz
 
Posts: n/a
Default RE: MySQL and 'ODBC'@'localhost' error

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
ODBD@localhost.

You need to use the -p and -u options on the command line.

Regards,

Jerry Schwartz
The Infoshop by Global Information Incorporated
195 Farmington Ave.
Farmington, CT 06032

860.674.8796 / FAX: 860.674.8341

www.the-infoshop.com
www.giiexpress.com
www.etudes-marche.com




Reply With Quote