If you've been using MySQL database to store your important data, it is imperative that you make a backup of your data to prevent any loss of data. This article shows you how to backup and restore data in your MySQL database. This process can also be used if you have to move your data to a new server.
Backing up your database
The quickest and easiest way to backup and restore your database would be to use MySQLDump. If you've got shell or telnet access to your server, you can backup MySQL data by issuing the mysqldump command. The syntax for the command is as follows.
mysqldump -u [uname] -p [pass] [dbname] > [backupfile.sql] [uname] - this is your database username [pass]- this is the password for your database [dbname] - the name of your database [backupfile.sql] - the filename for your database backup
To backup your database 'Customers' with the username 'sadmin' and password 'pass21' to a file custback.sql, you would issue the command
mysqldump -u sadmin -p pass21 Customers > custback.sql
Issuing this command will backup the database to custback.sql. This file can be copied to a safe location or a backup media and stored. For more information on MySQLDump, you can check out : http://www.mysql.com/doc/en/mysqldump.html
Restoring your database
If you have to re-build your database from scratch, you can easily restore the mysqldump file by issuing the following command. This method will not work if the tables already exist in your database.
mysql - u sadmin -p pass21 Customers < custback.sql
If you need to restore existing databases, you'll need to use MySQLImport. The syntax for mysqlimport is
mysqlimport [options] database textfile1
To restore your previously created custback.sql dump back to your Customers Database, you'd issue
mysqlimport -u sadmin -p pass21 Customers custback.sql
For more information on MySQLImport, you can check out : http://www.mysql.com/doc/en/mysqlimport.html
About The Author
Vinu Thomas is a consultant on Webdesign and Internet Technologies. His website is http://www.vinuthomas.com. You can discuss about this article or any PHP/MYSQL related issues in our Discussion Forums: http://www.vinuthomas.com/forum2.html
Microsoft Business Solutions Great Plains is marketed for mid-size companies... Read More
Microsoft CRM is CRM application, maintained and supported by Microsoft... Read More
Let's first look at your ERP system selection (without Retail... Read More
In this small article we will show you the possible... Read More
As Mozilla Firefox nears 10% market share, with well over... Read More
Microsoft Business Solutions Great Plains as new ERP for multinational... Read More
Microsoft Business Solutions is now in process of creating so... Read More
What is Colossus?Colossus is software licensed to about twenty-five insurance... Read More
Microsoft Outlook is one of the most widely used software... Read More
Just when you thought you were Web savvy, one more... Read More
Microsoft CRM ? Client Relationship Management package from Microsoft Business... Read More
You probably didn't casually invite, or extend a formal attendance... Read More
NOTE: Please take time to read on - it may... Read More
Midsize business or non-profit organization should decide if one-vendor solution... Read More
Are you ready? SQL Server 2005, the next-generation data management... Read More
Your computer cost you from hundreds to thousands of dollars,... Read More
The major reason I recommend getting your hands on real... Read More
Microsoft Business Solutions Small Business Manager is scaled down Great... Read More
.Net Framework is a platform or development environment to seamlessly... Read More
Microsoft Great Plains fits to majority of horizontals and retail... Read More
Bill of Lading is required report for Logistics and Freight... Read More
Programming Help for BeginnersWe write programs to instruct computers. When... Read More
Microsoft Business Solutions Great Plains has full-featured manufacturing set of... Read More
So let's begin crunching down these 300 images using Adobe... Read More
We all already got used to computer monitoring both at... Read More
The purpose of Project Management Software is to provide an... Read More
If you are to buy a HelpDesk & Asset Management... Read More
The intentions of this short tutorial are not to teach... Read More
In part III of this ISDN primer, we learned that... Read More
It is now common thing when large corporation selects mid-market... Read More
Microsoft CRM and IBM Lotus Notes Domino seem to be... Read More
Microsoft Business Solutions Great Plains is marketed for mid-size companies... Read More
Pirated software is on the increase and now accounts for... Read More
Small can be beautiful! Working with Knoppix for the past... Read More
The intuitive algorithm.Roger Penrose considered it impossible. Thinking could never... Read More
Which Type of Shop Can Rely On A Home Built... Read More
Great Plains Purchase Order Processing (POP) module makes up one-third... Read More
Well, even if the combination might look very unusual, we... Read More
XML Server can be a Web Server that stores the... Read More
There are many commands that are used in linux on... Read More
Learning how to program software seems like a daunting task... Read More
Most computer users use spreadsheets software such as Microsoft Excel... Read More
Microsoft Great Plains as ERP and Microsoft CRM as... Read More
Great Plains Software Dynamics, Dynamics C/S+, eEnterprise were written on... Read More
We all take the computer for granted. I mean, all... Read More
Is your PC is slow and wimpy? Then you need... Read More
If you feel intimidated when someone tries to teach you... Read More
Creating a new markup language.Introduction.General Reuse Markup Langauge, or GRML,... Read More
This article is for advanced Microsoft CRM SDK C# developers.... Read More
You've finally created databases that you can actually use to... Read More
Enabling Chinese input is quick and easy, there are only... Read More
Shareware is software that you can try before you buy;... Read More
Microsoft Business Solutions Great Plains was designed back in the... Read More
"Pfishing", sometimes spelled "Phishing", is a word that's used to... Read More
Almost all new and major brand of PCs come with... Read More
Once a business idea is selected, it is highly recommended... Read More
Linux essentials:It's free for download but you have to pay... Read More
A LOT OF UNWANTED FILES.When you uninstall an item of... Read More
Microsoft Great Plains fits to majority of industries, in the... Read More
Microsoft Great Plains - Microsoft Business Solutions accounting and ERP... Read More
Microsoft released Service Pack 2 (SP2) for the Windows XP... Read More
Looks like Microsoft Great Plains becomes more and more popular,... Read More
IBM Lotus Notes Domino and Microsoft CRM (Client Relation Management)... Read More
While I was in college, if you would have asked... Read More
This article will not attempt to advocate the use of... Read More
Microsoft CRM is CRM answer from Microsoft Business Solutions. If... Read More
Software |