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
>
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
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
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
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