At 19:58 +0200 7/8/03, Boris Villazon wrote:
Hi

I need to know if is there anyway to clone a existing database (structure and data)?

If yes, how can I do this? I looking for a SQL command.

There is no single SQL statement to do this. You can use mysqldump to generate a file containing multiple SQL statements that you can load into mysql to create a copy of the database.



Thanks in advance and best regards


Boris


--
Paul DuBois, Senior Technical Writer
Madison, Wisconsin, USA
MySQL AB, www.mysql.com

Are you MySQL certified? http://www.mysql.com/certification/


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to