PR,
Monday, May 13, 2002, 5:47:23 PM, you wrote:

P> I have database developed on my laptop. What is the quickest way to
P> backup the database and restore it on the server? Can I restore the
P> database as empty database? Howa bout creating SQL statements based on
P> the database structure?

mysqldump utility. If you want to backup only the structure of your
database you should use mysqldump with "--no-data" option, look at:
         http://www.mysql.com/doc/m/y/mysqldump.html

P> Thanks




-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to