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
![]() |
|
![]() |
|
![]() |
|
![]() |
With thousands of web pages added to the Net every... Read More
I have yet to see a business that, sometimes in... Read More
A LOT OF UNWANTED FILES.When you uninstall an item of... Read More
An operating system (abbreviated OS) is essentially the path through... Read More
We all already got used to computer monitoring both at... Read More
If you copy something from a Web site or elsewhere...... Read More
SyncUp, a file synchronizer is designed to assist the home... Read More
Corporate ERP/MRP selection might be tough one, especially considering very... Read More
DBxtra is a powerful query and reporting tool that hides... Read More
IBM Lotus Notes with Domino email server is traditional document... Read More
While I was preparing some personal background information for a... Read More
Microsoft Business Solutions main middle market ERP application - Microsoft... Read More
Software Engineering is the Systematic Approach for analysis design implementation... Read More
Microsoft Business Solutions Great Plains was purchased from Great Plains... Read More
SOFTWARE PIRACY We regularly hear reports... Read More
Microsoft Great Plains might be considered as ERP platform to... Read More
Looks like Microsoft Great Plains becomes more and more popular,... Read More
This article is the third of a series of articles... Read More
C++ Function templates are those functions which can handle different... Read More
Microsoft Business Solutions Great Plains as new ERP for multinational... Read More
If you have Microsoft Great Plains as main accounting and... Read More
You might think you don't need a firewall... Read More
Ad-Aware and Spybot are probably the two most well known... Read More
ERP Consulting industry is on the way to serve clients... Read More
It would be easy to think, like most people apparently... Read More
TCO (Total Cost Ownership) is the buzzword in... Read More
Itâ??s easy to understand why you might be drawn to... Read More
And kill the best layout software in the process of... Read More
Remember nice and prosperous Clinton era? When you implemented innovative... Read More
Internet worms. Is your PC infected?If your computer has become... Read More
In the real world a "fire wall" is a fireproof... Read More
What is a Web Database?A web database is a database... Read More
Accounts payable is just one area of office management where... Read More
Microsoft Business Solutions offers several ERP applications: Great Plains, Navision,... Read More
One day, you suddenly realize that your computer started to... Read More
Preventive Maintenance (PM) is defined as scheduled work done on... Read More
Security flaws have long plagued Internet Explorer (IE), the market-dominating... Read More
It is possible that if one avoided all sources of... Read More
TikiWiki is open source software - it is written in... Read More
In this small article we will be looking at the... Read More
User interfaces and accessibility are some of the most important... Read More
Before being able to choose a secure Internet communication system,... Read More
During the years of our consulting practice, which comes back... Read More
The Internet is reshaping every form of communications medium, and... Read More
Writing software manuals is boring, isn't it? We often think:... Read More
Whether you are a small consultancy firm, a medium sized... Read More
We'll give you non formal view, based on our consulting... Read More
In this small article we will show you the possible... Read More
Microsoft CRM customization techniques are very diversified and based on... Read More
It's not very often I get excited about a software... Read More
There is many things more frustrating than surfing a website... Read More
While paper labeling CDs and DVDs may appear to be... 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
We would like first emphasize the change in the paradigm.... Read More
Finding the best spyware removers to detect and remove spyware... Read More
Great Plains Software Dynamics, Dynamics C/S+, eEnterprise were written on... Read More
Current Microsoft Business Solutions Great Plains has more that 10... Read More
Hey Guys! Don't raise your eyebrows or fear by hearing... Read More
MS CRM is very close to document workflow automation, including... Read More
You would like to protect your documents, wouldn't you? Reasons... Read More
Words we choose to describe things and phenomena often show... Read More
If you copy something from a Web site or elsewhere...... Read More
GroupwareThe internet is full of 1.5 million to 7 million... Read More
Microsoft Business Solutions Great Plains is very good fit for... Read More
Microsoft PowerPoint has dramatically changed the way in which academic... Read More
Software |