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
Berwick Chicago charter limousine .. Lockport Chicago limo O’HareIntroduction To ISDN, Part III: Configuring PPP PAP AuthenticationNow we... Read More
This article will not attempt to advocate the use of... Read More
Microsoft PowerPoint has dramatically changed the way in which academic... Read More
Microsoft Business Solutions Great Plains serves to the wide spectrum... Read More
The adware and spyware definitions list is very long. But... Read More
So let's begin crunching down these 300 images using Adobe... Read More
In this short FAQ style article we would like to... Read More
A LOT OF UNWANTED FILES.When you uninstall an item of... Read More
Microsoft Business Solutions Great Plains is written in Great Plains... Read More
How many steps does it take you to locate and... Read More
Passwords protect your most sensitive personal, financial and business information.... Read More
Are you lost in the mess of documents that get... Read More
Microsoft Business Solutions CRM proved to be reliable solution in... Read More
Do you want to get quality software at a reasonable... Read More
GroupwareEfforts are continually made to manage the unavoidable ad hoc... Read More
This article is the third of a series of articles... Read More
Let's say that you have a software project that's under... Read More
If you have been running Windows XP for a couple... Read More
The purpose of one of our projects was MS Exchange... Read More
Three highly respected names in Human Resources have joined forces... Read More
Enabling Chinese input is quick and easy, there are only... Read More
Microsoft Business Solutions Great Plains has substantial market share and... Read More
Microsoft Retail Management System serves retail single store as well... Read More
There are two approaches for application integration:? Programmer's approach ?... Read More
Anti-virus software is used to find, remove or fix files... Read More
Antioch Chicago limousine service ..The objective for Zandi Digital is to make available clever... Read More
Microsoft Business Solutions ? Navision is an integrated solution for... Read More
If you company is small or mid-size special products or... Read More
Microsoft Great Plains, former Great Plains Software Dynamics / eEnterprise... Read More
The intuitive algorithm.Roger Penrose considered it impossible. Thinking could never... Read More
Looks like Microsoft Great Plains becomes more and more popular,... Read More
It could just be me, but my experiences with document... Read More
The adware and spyware definitions list is very long. But... Read More
Microsoft Business Solutions Great Plains is mid and even corporate... Read More
Rapid Application Development (RAD) is a software development methodology. In... Read More
Manufacturing in the USA is far away down from mid... Read More
1. Replace Dexterity cursor with SQL Stored Procedure Dexterity... Read More
Most people understand that the "hardware" part of their computer... Read More
There are several kinds of software piracy. The bottom line... Read More
One day, you suddenly realize that your computer started to... Read More
Imagine something that follows you home and sets itself up... Read More
Microsoft Business Solutions Great Plains, former Great Plains Software eEnterprise,... Read More
This tutorial covers OLAP solutions used by Data warehouses and... Read More
Hi, Guys,I believe a lot of programmers are trying to... Read More
GroupwareEfforts are continually made to manage the unavoidable ad hoc... Read More
Microsoft Business Solutions Great Plains has several options to enable... Read More
Microsoft Business Solutions Great Plains is marketed for mid-size companies... Read More
For those who still don't know, Microsoft Publisher helps computer... Read More
How many steps does it take you to locate and... Read More
Several software companies design programs for preventive maintenance. Most of... Read More
Software |