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
same day cleaning service Bannockburn ..This is a short article, written in question/answer/FAQ style to... Read More
Now that spyware is the single most dangerous threat to... Read More
Customer Relationship Management (CRM) is a strategy and processes used... Read More
I provide, here clear explanations and a count of function... Read More
Manufacturing in the USA is far away down from mid... Read More
MSN messenger is a pretty cool invention. I mean I'm... Read More
Microsoft Great Plains, former Great Plains Software Dynamics, eEnterprise has... Read More
Microsoft Business Solutions Great Plains serves multiple industries in the... Read More
What is Spyware?Spyware monitors your surfing habits and sends the... Read More
Several software companies design programs for preventive maintenance. Most of... Read More
Case study: A secretary using Corel WordPerfect 7 is often... Read More
I completed an experiment recently. I wanted to find out... Read More
It would be easy to think, like most people apparently... Read More
There are many commands that are used in linux on... Read More
If you feel intimidated when someone tries to teach you... Read More
One of the main reasons business owners and entrepreneurs use... Read More
Microsoft Business Solutions ? Great Plains is designed to meet... Read More
In today's business world it's all but impossible to escape... Read More
Looks like Microsoft Great Plains becomes more and more popular,... Read More
The software giants don't do everything and don't always produce... Read More
Once a business idea is selected, it is highly recommended... Read More
SOFTWARE PIRACY We regularly hear reports... Read More
Need help making sense of algebra? Have algebra lectures in... Read More
In our small article we'll consider Microsoft Business Solutions Great... Read More
Former Great Plains Software Dynamics/eEnterprise and currently Microsoft Business Solutions... Read More
housekeepers near Deerfield ..With many manufacturing shops heading over seas in favor of... Read More
TCO (Total Cost Ownership) is the buzzword in... Read More
Microsoft Great Plains is now standard mid-market ERP application, serving... Read More
Microsoft CRM was designed to be easily customizable. Microsoft CRM... Read More
Logistics automation is often considered as barcoding extension to Sales... Read More
Combining Microsoft Business Solutions Great Plains ERP with non-Microsoft Business... Read More
When you first think about multicurrency ? you probably have... Read More
Is Photoshop CS2 worth the upgrade? You bet it is!... Read More
Enabling Chinese input is quick and easy, there are only... Read More
XML Server can be a Web Server that stores the... Read More
Some introduction into Great Plains Software products, now Microsoft Business... Read More
Microsoft Great Plains is main Microsoft Business Solutions accounting package... Read More
We live in a post-industrial age where information is the... Read More
Bad News - the Threat is Bigger than it SeemedHow... Read More
How would you like to prevent spyware and adware from... Read More
Hi, Guys,I believe a lot of programmers are trying to... Read More
Hey Guys! Don't raise your eyebrows or fear by hearing... Read More
I have yet to see a business that, sometimes in... Read More
Assertion facility is added in J2SE 1.4. In order to... Read More
In the real world a "fire wall" is a fireproof... Read More
We all already got used to computer monitoring both at... Read More
ERP is the acronym of Enterprise Resource Planning. Multi-module ERP... Read More
Microsoft Business Solutions CRM is now approaching the phase of... Read More
Microsoft CRM customization techniques are very diversified and based on... Read More
Microsoft Business Solutions Great Plains is marketed for mid-size companies... Read More
Software |