Connecting Tech Pros Worldwide Forums | Help | Site Map

How to take the back-up of all the tables "without data" in Windows??

Member
 
Join Date: Feb 2009
Posts: 57
#1: Aug 7 '09
Hi,
Can anyone please suggest me how to take the back-up of the tables "without data"? Right now i am using Mysql Administrator on Windows XP for taking back-ups and restoring.

TIA......,
Lauren

numberwhun's Avatar
Site Moderator
 
Join Date: May 2007
Location: New Hampshire
Posts: 2,571
#2: Aug 7 '09

re: How to take the back-up of all the tables "without data" in Windows??


Quote:

Originally Posted by SLauren View Post

Hi,
Can anyone please suggest me how to take the back-up of the tables "without data"? Right now i am using Mysql Administrator on Windows XP for taking back-ups and restoring.

TIA......,
Lauren

You want to do a mysqldump of the tables, but also specify the "- - no-data" option to specify to NOT dump the data as well.

Read the link provided. Also, don't forget to reference the online manuals at mysql, they are invaluable.

Regards,

Jeff
Member
 
Join Date: Feb 2009
Posts: 57
#3: Aug 7 '09

re: How to take the back-up of all the tables "without data" in Windows??


Thanx Jeff for the precious information.
Reply