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/mysqldump.html
About The Author
Vinu Thomas is a consultant on Webdesign and Internet Technologies. His website is http://www.mysql.com/doc/en/mysqldump.html. You can discuss about this article or any PHP/MYSQL related issues in our Discussion Forums: http://www.mysql.com/doc/en/mysqldump.html
shuttle to Midway Beardstown .. Lockport Chicago limo O’HareMicrosoft Business Solutions Great Plains as new ERP for multinational... Read More
SAP Inc., a global leader in client/server enterprise application software... Read More
If you feel intimidated when someone tries to teach you... Read More
Microsoft Great Plains is main Microsoft Business Solutions accounting package... Read More
This article is the first of a series of articles... Read More
Microsoft Business Solutions Great Plains serves to the wide spectrum... Read More
With many manufacturing shops heading over seas in favor of... Read More
If you have Microsoft Great Plains and support it for... Read More
Enabling Chinese input is quick and easy, there are only... Read More
When you double-click a layer in the Layer Palette, you... Read More
Whether you have used Microsoft Word for years, have just... Read More
The purpose of Project Management Software is to provide an... Read More
This is the tutorial where we really get into programming.... Read More
Microsoft Business Solutions Great Plains might be considered as ERP... Read More
What is Groupware?Have you ever had to manage document collaboration... Read More
If you have Great Plains Dynamics/eEnterprise (version 6.0 or earlier)... Read More
Microsoft Business Solutions Navision is main ERP application for European,... Read More
Microsoft CRM is CRM answer from Microsoft Business Solutions.The whole... Read More
IBM Lotus Notes Domino and Microsoft CRM (Client Relation Management)... Read More
Microsoft Business Solutions Small Business Manager is Great Plains Dexterity... Read More
Best Software Act! is very popular CRM for small and... Read More
Words we choose to describe things and phenomena often show... Read More
.NET platform does not support multiple inheritance. Do not confuse... Read More
What is Spyware?Spyware monitors your surfing habits and sends the... Read More
Microsoft CRM customization techniques are very diversified and based on... Read More
Green Bay Hummer H2 SUV rentals ..Remember back in the days where screensavers were the coolest... Read More
We would like to give you pluses and minuses of... Read More
Looks like Microsoft Great Plains becomes more and more popular,... Read More
1. Replace Dexterity cursor with SQL Stored Procedure Dexterity... Read More
Ok... Where to start?Well, I guess I will start at... Read More
This tutorial covers OLAP solutions used by Data warehouses and... Read More
Fleet Maintenance Management is a critical position in any company... Read More
Microsoft Business Solutions Great Plains is marketed for mid-size companies... Read More
You might think you don't need a firewall... Read More
What is Interactive Mapping?Interactive mapping is a visual display medium... Read More
Microsoft Business Solutions Great Plains is marketed for mid-size companies... Read More
Anyone who has ever used Microsoft Word knows that it... Read More
If you have been using the Internet for any amount... Read More
In part III of this ISDN primer, we learned that... Read More
Healthcare facilities such as clinics, hospitals, and biomedical laboratories can... Read More
Microsoft Business Solutions ? Navision is an integrated solution for... Read More
I like my software simple. If it's too complex or... Read More
MicroWorld Technologies, Inc. the leading solutions provider in the area... Read More
Mike Dunville* had a decision to make. As the new... Read More
With the advent of 'Service Pack 2' for Windows XP... Read More
Bar charts, bar graphs, and any other chart or graph... Read More
Now that spyware is the single most dangerous threat to... Read More
What is Spyware?Spyware monitors your surfing habits and sends the... Read More
Microsoft Great Plains is main Microsoft Business Solutions accounting package... Read More
Passwords protect your most sensitive personal, financial and business information.... Read More
Software |