Re: Importing .sql files into database.

2002-03-07 Thread Paul DuBois
At 9:35 -0600 3/7/02, Paul DuBois wrote: >At 12:06 +0200 3/7/02, Egor Egorov wrote: >>Josiah, >>Thursday, March 07, 2002, 8:18:58 AM, you wrote: >> >>JW> I know how to inport a .sql file into mysql by using mysql -u username -p >>JW> password < filename.mysql(sql) but how do you import one that >

Re: Importing .sql files into database.

2002-03-07 Thread Paul DuBois
At 12:06 +0200 3/7/02, Egor Egorov wrote: >Josiah, >Thursday, March 07, 2002, 8:18:58 AM, you wrote: > >JW> I know how to inport a .sql file into mysql by using mysql -u username -p >JW> password < filename.mysql(sql) but how do you import one that is >made to go >JW> into a database you already

Importing .sql files into database.

2002-03-07 Thread Egor Egorov
Josiah, Thursday, March 07, 2002, 8:18:58 AM, you wrote: JW> I know how to inport a .sql file into mysql by using mysql -u username -p JW> password < filename.mysql(sql) but how do you import one that is made to go JW> into a database you already have created? Would the command by mysql -u JW> us

Re: Importing .sql files into database.

2002-03-07 Thread Georg Richter
On Thursday, 7. March 2002 07:18, Josiah Wallingford wrote: Would the command by mysql -u > username -p password < dbname filename.sql(mysql) > No, just use mysql dbname -uusername -ppaswwod < filename.sql Regards Georg - Be

Importing .sql files into database.

2002-03-06 Thread Josiah Wallingford
I know how to inport a .sql file into mysql by using mysql -u username -p password < filename.mysql(sql) but how do you import one that is made to go into a database you already have created? Would the command by mysql -u username -p password < dbname filename.sql(mysql) Thanks, Josiah Wallingfo