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
limo prices to midway Crystal Lake west of Randal .. Lockport Chicago limo O’HareMake-or-Break Factors in Success and ProfitabilityFor quick printers, estimating can... Read More
There are so many different programs that clutter up your... Read More
Microsoft Great Plains serves the wide spectrum of horizontal markets.... Read More
Microsoft Business Solutions Great Plains is very popular ERP platform... Read More
Before September of 1995, Microsoft ignored the Internet because their... Read More
Microsoft Word is one of the most popular office applications... Read More
Icons are used everywhere; right from software applications, to internet... Read More
One of the things we can be as certain of... Read More
Handling character strings in Java is supported through two final... Read More
If your company has regional and worldwide operations, you might... Read More
Our opinion is based on our Microsoft Business Solutions Great... Read More
Imagine something that follows you home and sets itself up... Read More
Around the same time Microsoft made its move with .Net... Read More
SAP Inc., a global leader in client/server enterprise application software... Read More
Configuring PPP PAP AuthenticationNow we know how the ISDN link... Read More
Microsoft Business Solutions ? Navision is an integrated solution for... Read More
The purpose of one of our projects was MS Exchange... Read More
"Pfishing", sometimes spelled "Phishing", is a word that's used to... Read More
In a previous article, I wrote about OpenOffice... Read More
Microsoft CRM is winning market share step-by-step from such the... Read More
The Windows registry is a huge database that ensures normal... Read More
Executive SummaryAn effective plan for entering, cleaning and updating the... Read More
With this small article we are continuing Microsoft Business Solutions... Read More
There are many commands that are used in linux on... Read More
As you probably know, when Microsoft purchased Great Plains Software... Read More
taxi o'hare Auburn ..With this small article we are continuing Microsoft Business Solutions... Read More
Microsoft Great Plains is main mid-market application from Microsoft Business... Read More
We all take the computer for granted. I mean, all... Read More
Research bears that less than 70 percent of development projects... Read More
Some introduction into Great Plains Software products, now Microsoft Business... Read More
Microsoft Business Solutions Great Plains has several options to enable... Read More
Learning how to program software seems like a daunting task... Read More
In this short FAQ style article we would like to... Read More
It is really interesting that a bug can create problem... Read More
What is Snort?Snort is an open source network intrusion detection... Read More
Microsoft Business Solutions Great Plains is very good fit for... Read More
Microsoft Retail Management (RMS) and Microsoft Great Plains are retail... Read More
Costs of fleet maintenance software can vary widely. It is... Read More
When it comes to screenplay software each screenwriter needs to... Read More
Healthcare facilities such as clinics, hospitals, and biomedical laboratories can... Read More
Microsoft CRM is CRM answer from Microsoft Business Solutions.The whole... Read More
Remember back in the days where screensavers were the coolest... Read More
Microsoft Business Solutions Great Plains is mid and even corporate... Read More
Intro This concise article will tell you in plain English... Read More
So, why should you use any O/R mapping tool? I... Read More
Microsoft CRM was designed to be easily customizable. Microsoft CRM... Read More
FTP stands for "file transfer protocol". FTP is basically a... Read More
Finding the best spyware removers to detect and remove spyware... Read More
Microsoft Business Solutions main middle market ERP application - Microsoft... Read More
I suggest that you do not spend a lot of... Read More
Software |