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
apartment cleaning near Highland Park ..There are several kinds of software piracy. The bottom line... Read More
Microsoft Business Solutions Great Plains has several options to enable... Read More
We've all seen the ads on TV for Netzero 3G.... Read More
Scrapbooks are very popular these days. I think that almost... Read More
Combining Microsoft Business Solutions Great Plains ERP with non-Microsoft Business... Read More
MSN messenger is a pretty cool invention. I mean I'm... Read More
In this short FAQ style article we would like to... Read More
And kill the best layout software in the process of... Read More
Microsoft CRM was designed to be easily customizable. Microsoft CRM... Read More
We live in a post-industrial age where information is the... Read More
I have always had a tendency to focus on the... Read More
Microsoft Business Solutions Great Plains is marketed for mid-size companies... Read More
In part III of this ISDN primer, we learned that... Read More
Once upon a time not so long ago, there was... Read More
Microsoft Great Plains may be recommended for international freight forwarding... Read More
Considering whether or not your software company should hire a... Read More
When Windows fails to boot it is normally caused by... Read More
Are Spreadsheets Robbing your Enterprise of Competitive Advantage?'90% of "average"... Read More
I like my software simple. If it's too complex or... Read More
Microsoft Business Solutions Great Plains has Project Accounting module where... Read More
The cornerstone of successful automated office systems is the ability... Read More
Handling character strings in Java is supported through two final... Read More
Executive SummaryAn effective plan for entering, cleaning and updating the... Read More
If you are in the market for new staffing software,... Read More
Are you a whiz at calculating financial information? Not the... Read More
cleaning lady near Arlington Heights ..What is Colossus?Colossus is software licensed to about twenty-five insurance... Read More
Java has come along a long way. Many would agree... Read More
Microsoft Retail Management (RMS) and Microsoft Great Plains are retail... Read More
IntroductionDuring the early years of our modern computer era, very... Read More
Microsoft Great Plains serves the wide spectrum of horizontal markets.... Read More
Best Software Act! is very popular CRM for small and... Read More
We would like to give you pluses and minuses of... Read More
Vince Lombardi once said that, "The achievements of an organization... Read More
Finding the best spyware removers to detect and remove spyware... Read More
Remember nice and prosperous Clinton era? When you implemented innovative... Read More
ERP (Enterprise Resource Planning) Overview covers What is ERP, Brief... Read More
.Net Framework is a platform or development environment to seamlessly... Read More
Microsoft Great Plains ? ERM from Microsoft Business Solutions and... Read More
In the Clinton era the status quo was simple: you... Read More
I love new technology. I am still ready to wait... Read More
If you're online using a dialup Internet connection, you'll probably... Read More
Viruses and spyware usually show up on your computer one... Read More
Most people understand that the "hardware" part of their computer... Read More
Bill of Lading is required report for Logistics and Freight... Read More
Software Engineering is the Systematic Approach for analysis design implementation... Read More
Some introduction into Great Plains Software products, now Microsoft Business... Read More
Currently Microsoft Business Solutions is on the way of creating... Read More
Looks like Microsoft Great Plains becomes more and more popular,... Read More
Introduction: The creating of a computer program involves a number... Read More
We don't think about mainframe software pricing anymore, we just... Read More
Software |