> i want to convert my access database to mysql.  and then it will run
> on a
> linux server if i ever figure out how to run these darn scripts
>  though....
> i downloaded mysql for windows 98.   i have tried for a week to run
> these
> scripts and even reinstalled mysql and even tried it on another
> computer
> with nt4.0.  this is where i saved mysql and the title of the script
> i want
> to run.
> 
>  C:\mysql\scripts\pet.sql
> 
> i am sitting at the mysql prompt and i have the server/daemon
> running in the
> background.
> 
> Please exactly what do i type after the mysql prompt??

Well, on mw win machine I would:

1) go to system prompt
2) c:<enter>
3) cd \mysql\scripts\
4) start mysql
5) use your_database;
6) \. pet.sql;

This should run your script ...


-----
Paweł Szczerba
mailto:[EMAIL PROTECTED]
+48 603 651 731


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to