Copying a database

Magnus spammers.do.not.bother at void.bogus
Sat Jun 1 14:38:37 EDT 2002


Billy Ng wrote:

> I need you guys help on mysql again.  I need to push my python program to
> production now, but I don't want to recreate the mysql database on the
> production box.  I want to copy the database from the development box to
> production box.. Would anybody please tell me how to do it, thanks!
> 
> Billy Ng


Maybe this is what you are looking after:

http://www.mysql.org/documentation/mysql/bychapter/manual_MySQL_Database_Administration.html#mysqldump
http://www.mysql.org/documentation/mysql/bychapter/manual_MySQL_Database_Administration.html#mysqlhotcopy
http://www.mysql.org/documentation/mysql/bychapter/manual_MySQL_Database_Administration.html#mysqlimport

/Magnus




More information about the Python-list mailing list