RE: Hello please help me out

2001-06-28 Thread sean . odonnell
whoops, yip, **blush** -Original Message- From: Jack Challen [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 10:23 AM To: [EMAIL PROTECTED] Cc: Sean O'Donnell Subject: Re: Hello please help me out [EMAIL PROTECTED] wrote: > > try > > echo file.sql >

Re: Hello please help me out

2001-06-28 Thread Jack Challen
[EMAIL PROTECTED] wrote: > > try > > echo file.sql > mysql -u username -p password databasename > You mean: ^ cat file.sql | mysql -u username -p password databasename ^ Or, better: mysql -u username -p password databasename < file.sql -- Jack Chall

Re: Hello please help me out

2001-06-28 Thread Van
[EMAIL PROTECTED] wrote: > > try > > echo file.sql > mysql -u username -p password databasename > > or on dos > > type file.sql > mysql -u username -p password databasename > > That should execute the scripts on the db in question, > > or you can download a a tool like mysqlgui/mysqlfront an

RE: Hello please help me out

2001-06-28 Thread sean . odonnell
Sean -Original Message- From: Divakar [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 4:50 AM To: [EMAIL PROTECTED] Subject: Hello please help me out Hi list I am a beginner in the field of mysql I would like to know whether it is possible to run sql scripts(a .sql file) in mysql.

Re: Hello please help me out

2001-06-27 Thread Paul DuBois
At 9:19 AM +0530 6/28/01, Divakar wrote: >Hi list > > I am a beginner in the field of mysql >I would like to know whether it is possible to run sql scripts(a .sql file) >in mysql. >if yes please some body tell me how do we do that,. The MySQL Reference Manual is your friend: http://www.mysql.c

Hello please help me out

2001-06-27 Thread Divakar
Hi list I am a beginner in the field of mysql I would like to know whether it is possible to run sql scripts(a .sql file) in mysql. if yes please some body tell me how do we do that,. regards Div - Before posting, please che