Re: [PHP-DB] IMPORT DATA

2001-05-02 Thread B. van Ouwerkerk
>did anyone know on how to import data from one database to another using >Mysql? Yes. Take a look at the mysql website (www.mysql.com) you could also browse the archive of their list. This is a FAQ on the mysql.com list, so the answer can be found there. Bye, B. -- PHP Database Mailing

Re: [PHP-DB] IMPORT DATA

2001-05-02 Thread Lester June Cabrera
Hi Jennifer, Please clarify. What exactly do you want to do? MySQL has other utilities like mysqldump (to dump a db to a dbfile) and mysql (to restore a dbfile into a database). Lester At 03:13 PM 5/2/01 +0800, Jennifer Arcino Demeterio wrote: >hello all, > >did anyone know on how to impo