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/mysqlimport.html
About The Author
Vinu Thomas is a consultant on Webdesign and Internet Technologies. His website is http://www.vinuthomas.com. You can discuss about this article or any PHP/MYSQL related issues in our Discussion Forums: http://www.vinuthomas.com/forum2.html
![]() |
|
![]() |
|
![]() |
|
![]() |
Great Plains Inventory Management (IV) module gives your business a... Read More
Now is the time to look at an alternative to... Read More
Formatting and reinstalling windows 98 is very easy if you... Read More
To all web designers out there, this article is for... Read More
The title of "software engineer" has got to be among... Read More
Microsoft Great Plains, former Great Plains Software Dynamics, eEnterprise has... Read More
Let's first look at your ERP system selection (without Retail... Read More
Have you noticed WordPerfect is gearing up for a comeback... Read More
The term "document management" and "paperless office" is the subject... Read More
Are you lost in the mess of documents that get... Read More
Cyberspace has opened up a new frontier with exciting possibilities... Read More
Microsoft Business Solutions is emerging as very attractive vendor for... Read More
Microsoft PowerPoint has dramatically changed the way in which academic... Read More
2005 ? Back to the Future.What does the future hold?... Read More
Do you remember that frustrating feeling when you find an... Read More
If you have Microsoft Great Plains and support it... Read More
Our company, Novaprof Inc., developed unique software - DB Integration.... Read More
Are you one of those people that keeps track of... Read More
Many reasons made GBM a unanimous choice for experts, one... Read More
If you have Great Plains Dynamics/eEnterprise (version 6.0 or earlier)... Read More
While I was in college, if you would have asked... Read More
Bill of Lading is required report for Logistics and Freight... Read More
All of us know that Microsoft bought former Great Plains... Read More
This article is for advanced Microsoft CRM SDK C# developers.... Read More
Stealing company information used to be the specialty of spies... Read More
Microsoft CRM is CRM answer from Microsoft Business Solutions.The whole... Read More
There are two approaches for application integration:? Programmer's approach ?... Read More
This is a short article, written in question/answer/FAQ style to... Read More
Microsoft CRM is CRM answer from Microsoft and attempt to... Read More
What is a Web Database?A web database is a database... Read More
Once a business idea is selected, it is highly recommended... Read More
This article is the fourth of a series of articles... Read More
Introduction: The creating of a computer program involves a number... Read More
Currently Microsoft Business Solutions is on the way of creating... Read More
Microsoft Great Plains is main Microsoft Business Solutions accounting package... Read More
This article is the first of a series of articles... Read More
Although we don't know whether Microsoft ever envisioned such a... Read More
Are you a database professional? Do you work with a... Read More
IBM Lotus Notes Domino and Microsoft CRM (Client Relation Management)... Read More
Microsoft SQL Server is the leader for inexpensive and middle... Read More
Do you remember that frustrating feeling when you find an... Read More
Collaboration SoftwareCollaboration Software, also known as group collaboration software or... Read More
The Microsoft system preparation utility for Windows 2000 is a... Read More
It would be easy to think, like most people apparently... Read More
Since its release in 1987, QuarkXpress had made an immediate... Read More
Three highly respected names in Human Resources have joined forces... Read More
When reading an article where some term is used often,... Read More
Whether you are a small consultancy firm, a medium sized... Read More
Security flaws have long plagued Internet Explorer (IE), the market-dominating... Read More
Microsoft Business Solutions Great Plains, Solomon, Navision, Axapta, Microsoft CRM... Read More
(1) Avoid using the same variable again and again for... Read More
Microsoft Business Solutions Great Plains has many years of successful... Read More
Several years ago Microsoft purchased Great Plains Software, then Navision... Read More
Whether you are an experienced web programmer or a complete... Read More
Microsoft Business Solutions Great Plains as new ERP for multinational... Read More
As of now - Great Plains Dynamics/eEnterprise is transformed/renamed into... Read More
Think of this, first we had the HAM Radio, then... Read More
When you double-click a layer in the Layer Palette, you... Read More
#5 All your hardware components like Printers, PCs etc come... Read More
Introduction to C++Why Learn C++?C++ may at first seem like... Read More
As you probably know, when Microsoft purchased Great Plains Software... Read More
If you have Microsoft Great Plains and support it for... Read More
Before September of 1995, Microsoft ignored the Internet because their... Read More
Our company, Novaprof Inc., developed unique software - DB Integration.... Read More
This article is the third of a series of articles... Read More
Microsoft Business Solutions ? Great Plains has captured the US... Read More
Software |