Re: error with loading table structure and data from a script file

2004-04-08 Thread Victoria Reznichenko
Thursday, April 08, 2004, 1:07:27 PM, b wrote: > hi, > Error 1064: You have an error in your SQL syntax. Check the manual that corresponds > to your mySQL for the right syntax to use near 'mysql -u root -p databasename > however, I tried this. > \u database name; > \. scriptfile.sql; > This w

Re: error with loading table structure and data from a script file

2004-04-08 Thread Victoria Reznichenko
b <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm using mySQL 4.1.18 on Windows XP pro. I tried this syntax and I received error. > > mysql -u root -p databasename > What is the right syntax for this. > > I managed to unpack my table structure from the same script into another machine on > Win2

error with loading table structure and data from a script file

2004-04-08 Thread b
Hi, I'm using mySQL 4.1.18 on Windows XP pro. I tried this syntax and I received error. mysql -u root -p databasename