[PHP] transfer tables to another database?

2001-08-22 Thread nafiseh saberi
hi. I want to transfer tables to another database. how?? thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] transfer tables to another database?

2001-08-22 Thread David Robley
On Thu, 23 Aug 2001 16:07, nafiseh saberi wrote: hi. I want to transfer tables to another database. how?? thanks. Without knowing what DB package you are using - use whatever tool you have (in mysql it's mysqldump) to dump the data, then use ? to reload it into the new database; assuming

Re: [PHP] transfer tables to another database?

2001-08-22 Thread speedboy
hi. I want to transfer tables to another database. how?? Have you read the documentation on backing up and restoring databases/tables in postgresql? http://www.ca.postgresql.org/users-lounge/docs/7.1/admin/backup.html -- PHP General Mailing List (http://www.php.net/) To unsubscribe,