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
scheduled maid service Northbrook ..Microsoft Business Solutions CRM and IBM Lotus Notes Domino, being... Read More
Costs of fleet maintenance software can vary widely. It is... Read More
Most people don't use Photoshop to its fullest capabilities. Here... Read More
Microsoft bought Navision, Denmark based software development company, along with... Read More
During the years of our consulting practice, which comes back... Read More
It won't matter how effective your WinRunner Team is if... Read More
All your software is stored on a hard-drive. But how... Read More
DBxtra goes ASPGetting to the information hidden within corporate databases... Read More
GroupwareEfforts are continually made to manage the unavoidable ad hoc... Read More
Fortunately one of the most common reasons cited for the... Read More
Have you noticed WordPerfect is gearing up for a comeback... Read More
In part III of this ISDN primer, we learned that... Read More
Designing without tables by using CSS layouts is fast becoming... Read More
The Windows Indexing Service provides you with the ability to... Read More
Stop the Runaway MouseWhat's the "runaway mouse?" You've seen it...you... Read More
There is many things more frustrating than surfing a website... Read More
Looks like Microsoft Great Plains becomes more and more popular,... Read More
When it comes to running an office, the SOHO entrepreneur... Read More
Heard about the Quark "killer"?Adobe InDesign CS2. Will it really... Read More
This short paper will expand on two key reasons to... Read More
We've all seen the ads on TV for Netzero 3G.... Read More
Sometimes your PC will start acting strange for no apparent... Read More
Current Microsoft Business Solutions Great Plains has more that 10... Read More
You turn on your computer, and it doesn't look quite... Read More
If you have Microsoft Great Plains and support it for... Read More
reliable maid service Highland Park ..The cornerstone of successful automated office systems is the ability... Read More
Does Microsoft care for WebmastersIt's always been a problem with... Read More
The various resume software offered, particularly on the internet, can... Read More
Microsoft Retail Management (RMS) and Microsoft Great Plains are retail... Read More
Microsoft CRM is CRM answer from Microsoft Business Solutions.The whole... Read More
According to a survey conducted by InfoTrends/CAP Ventures entitled "Content-Centric... Read More
You turn on your computer, and it doesn't look quite... Read More
If you feel intimidated when someone tries to teach you... Read More
Microsoft PowerPoint has dramatically changed the way in which academic... Read More
MicroWorld Technologies, Inc. the leading solutions provider in the area... Read More
Microsoft Great Plains, Navision, Solomon and Axapta are Microsoft Business... Read More
Scrapbooks are very popular these days. I think that almost... Read More
Microsoft CRM is now on the scene and it is... Read More
The Internet is reshaping every form of communications medium, and... Read More
Remember old good days when your company probably had Great... Read More
.Net Framework is a platform or development environment to seamlessly... Read More
When making a decision to buy any piece of software... Read More
Not all of us have the luxury of working both... Read More
Although we don't know whether Microsoft ever envisioned such a... Read More
In a previous article, I wrote about OpenOffice... Read More
Microsoft released Service Pack 2 (SP2) for the Windows XP... Read More
This is a short article, written in question/answer/FAQ style to... Read More
An integral part of any quality CRM system is lead... Read More
When Great Plains Software was designing and developing Great Plains... Read More
We will base our prognosis on our Microsoft Business Solutions... Read More
Software |