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
experienced cleaning professionals Northbrook ..An operating system (abbreviated OS) is essentially the path through... Read More
Adware is a type of Spyware program that displays some... Read More
Microsoft Business Solutions main middle market ERP application - Microsoft... Read More
Siebel is traditional CRM market leader, however and mostly due... Read More
Hi, Guys,I believe a lot of programmers are trying to... Read More
Is Photoshop CS2 worth the upgrade? You bet it is!... Read More
Great Plains Accounting, accounting package for mid-size and small companies... Read More
Microsoft Office program is a programming tool called Visual Basic... Read More
Rapid Application Development (RAD) is a software development methodology. In... Read More
The Microsoft system preparation utility for Windows 2000 is a... Read More
Microsoft Great Plains is main Microsoft Business Solutions product, targeted... Read More
Our company, Novaprof Inc., developed unique software - DB Integration.... Read More
Microsoft Business Solutions Great Plains is marketed for mid-size companies... Read More
Linux essentials:It's free for download but you have to pay... Read More
Introduction to C++Why Learn C++?C++ may at first seem like... Read More
Preventive Maintenance (PM) is defined as scheduled work done on... Read More
Microsoft Business Solutions Great Plains is mid and even corporate... Read More
The stakes are high when considering security, privacy, and savings,... Read More
The adware and spyware definitions list is very long. But... Read More
Enabling Chinese input is quick and easy, there are only... Read More
Before being able to choose a secure Internet communication system,... Read More
It is really interesting that a bug can create problem... Read More
We are in a transition phase in the Managerial Administration... Read More
Microsoft Great Plains is main mid-market application from Microsoft Business... Read More
This article illustrates the best practices to improve the performance... Read More
best value cleaning service Northbrook ..If you've been using MySQL database to store your important... Read More
If you would like to pick something from Microsoft, or... Read More
Healthcare facilities such as clinics, hospitals, and biomedical laboratories can... Read More
The cornerstone of successful automated office systems is the ability... Read More
Spyware, what it is and what it does. Basically, spyware... Read More
Configuring PPP PAP AuthenticationNow we know how the ISDN link... Read More
Words we choose to describe things and phenomena often show... Read More
COMMAND LINE FUNCTIONA powerful command line script processor has been... Read More
Is Photoshop CS2 worth the upgrade? You bet it is!... Read More
Microsoft Great Plains ? ERM from Microsoft Business Solutions and... Read More
Great Plains Integration Manager scripting and translation - overview for... Read More
Features Additionally, Vista will include many other new features.Aero Vista... Read More
For a windows user like me, just can watch with... Read More
Does Microsoft Have any Real Competition? Copyright (c) 2003 Gregory... Read More
Trying to figure out a stream in banning one email... Read More
If you are in the market for new staffing software,... Read More
It is now common thing when large corporation selects mid-market... Read More
Learning how to program software seems like a daunting task... Read More
We would like first emphasize the change in the paradigm.... Read More
The software giants don't do everything and don't always produce... Read More
While I was preparing some personal background information for a... Read More
Microsoft Business Solutions Great Plains has several options to enable... Read More
Whether you are a small consultancy firm, a medium sized... Read More
When reading an article where some term is used often,... Read More
When you think... Read More
| Software |