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
interior house cleaning Arlington Heights ...Microsoft Great Plains as ERP and Microsoft CRM as... Read More
Microsoft Great Plains is now standard mid-market ERP application, serving... Read More
Introduction to C++Why Learn C++?C++ may at first seem like... Read More
Microsoft Great Plains is main Microsoft Business Solutions product, targeted... Read More
The purpose of Project Management Software is to provide an... Read More
Have you ever noticed that when you look at your... Read More
IntroductionSurprised, by the title? well, this is a tour of... Read More
Anti-virus software is used to find, remove or fix files... Read More
Great Plains Fixed Assets Management module is a robust tool... Read More
Need software to record your voice, streaming audio or musical... Read More
You might think you don't need a firewall... Read More
Microsoft Business Solutions Great Plains, former Great Plains Software Dynamics... Read More
Microsoft Business Solutions Great Plains was historically designed to serve... Read More
Microsoft Business Solutions Great Plains is marketed for mid-size companies... Read More
We all take the computer for granted. I mean, all... Read More
Microsoft CRM and IBM Lotus Notes Domino seem to be... Read More
OEComplete is a utility for managing the personal information of... Read More
In the new era of internet marketing the problem of... Read More
Icons are used everywhere; right from software applications, to internet... Read More
Although statistics often is blamed for various deadly sins --... Read More
Microsoft Business Solutions Great Plains as new ERP for multinational... Read More
Buying accounting software is a major investment. It's an important... Read More
This article illustrates the best practices to improve the performance... Read More
Microsoft Business Solutions Great Plains is very generic accounting application... Read More
Former Great Plains Software Dynamics/eEnterprise, and currently Microsoft Business Solutions... Read More
recurring housekeeping Glenview ...There are plenty of articles out there about how to... Read More
Microsoft Retail Management System serves retail single store as well... Read More
Whether you need to close a sale, gather end-user feedback,... Read More
I love new technology. I am still ready to wait... Read More
GroupwareThe internet is full of 1.5 million to 7 million... Read More
I like my software simple. If it's too complex or... Read More
Midsize business or non-profit organization should decide if one-vendor solution... Read More
Program Flow is what you think it is. How the... Read More
Looks like Microsoft Great Plains becomes more... Read More
Bad News - the Threat is Bigger than it SeemedHow... Read More
(1) Avoid using the same variable again and again for... Read More
Every organization which creates collaborative documents, whether they are budgets,... Read More
Running Applications in Compatibility Mode With Windows XP, you can... Read More
If you're online using a dialup Internet connection, you'll probably... Read More
Microsoft CRM is winning market share step-by-step from such the... Read More
There are two major WYSIWYG(What You See Is What You... Read More
Assertion facility is added in J2SE 1.4. In order to... Read More
Well, even if the combination might look very unusual, we... Read More
Executive SummaryAn effective plan for entering, cleaning and updating the... Read More
Siebel is traditional CRM market leader, however and mostly due... Read More
Adware is a type of Spyware program that displays some... Read More
Combining Microsoft Business Solutions Great Plains ERP with non-Microsoft Business... Read More
Microsoft-Outlook is a pretty amazing program. So much more than... Read More
Research bears that less than 70 percent of development projects... Read More
The destruction of the Soviet Union about 15 years ago,... Read More
Software |