Hi:
The easiest way to do it is using mysqldump. mysqldump creates a file
that contains SQL statements to reconstruct a database, which you can
easily execute on the other database. It will create tables with same
names and all the records will be copied, too.

Seung-woo Nam

Augusto Cesar Castoldi wrote:
> 
> This question has not much with PHP, but I work with PHP...
> 
> Can I get the data from a table in MySQL and copy/transfer all data to
> other database to a table with the same name?
> 
> regards,
> 
> Augusto Cesar Castoldi
>

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

Reply via email to