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
after renovation cleaning Glenview ..The Software 2005 conference is now a wrap. This conference,... Read More
Finding the best spyware removers to detect and remove spyware... Read More
The COSMIC FP (function point) software quality metric, is no... Read More
During the years of our consulting practice, which comes back... Read More
If you have Microsoft Great Plains and support it for... Read More
Just when you thought you were Web savvy, one more... Read More
Microsoft Business Solutions Great Plains, Navision, Axapta, Solomon and CRM... Read More
How would you like to prevent spyware and adware from... Read More
Microsoft Business Solutions Great Plains is very generic accounting application... Read More
COMMAND LINE FUNCTIONA powerful command line script processor has been... Read More
OEComplete is a utility for managing the personal information of... Read More
Considering whether or not your software company should hire a... Read More
Costs of fleet maintenance software can vary widely. It is... Read More
Microsoft CRM is CRM answer from Microsoft Business Solutions. If... Read More
The purpose of Project Management Software is to provide an... Read More
Microsoft Business Solutions Small Business Manager is Great Plains Dexterity... Read More
The Internet is reshaping every form of communications medium, and... Read More
Microsoft released Service Pack 2 (SP2) for the Windows XP... Read More
An operating system (abbreviated OS) is essentially the path through... Read More
SAP Inc., a global leader in client/server enterprise application software... Read More
Microsoft Business Solutions is now in process of creating so... Read More
Some introduction into Great Plains Software products, now Microsoft Business... Read More
Microsoft Great Plains has substantial mid-market share in the USA... Read More
Microsoft Great Plains - Microsoft Business Solutions accounting and ERP... Read More
Microsoft Great Plains has full-featured Manufacturing suite of modules: Capacity... Read More
no-contract cleaning service Lincolnshire ..Microsoft Business Solutions Great Plains as new ERP for multinational... Read More
So let's begin crunching down these 300 images using Adobe... Read More
Assertion facility is added in J2SE 1.4. In order to... Read More
When you visit department stores and see that majority of... Read More
Microsoft Great Plains, former Great Plains Software Dynamics, eEnterprise has... Read More
Microsoft Great Plains is main mid-market application from Microsoft Business... Read More
As Mozilla Firefox nears 10% market share, with well over... Read More
With this small article we are continuing Microsoft Business Solutions... Read More
IBM Lotus Notes with Domino email server is traditional document... Read More
All your software is stored on a hard-drive. But how... Read More
Now there are Three Steps To Heaven Just listen and... Read More
Microsoft CRM is CRM answer from Microsoft and attempt to... Read More
In our case ? we serve Microsoft Business Solutions ERP... Read More
There is many things more frustrating than surfing a website... Read More
To all web designers out there, this article is for... Read More
This short paper will expand on two key reasons to... Read More
MSN messenger is a pretty cool invention. I mean I'm... Read More
In our small article we'll consider Microsoft Business Solutions Great... Read More
Sales are all about leverage, because there is only so... Read More
Microsoft Business Solutions is emerging as very attractive vendor for... Read More
Microsoft Great Plains could be tuned and setup to fit... Read More
One of the main reasons business owners and entrepreneurs use... Read More
Are you ready? SQL Server 2005, the next-generation data management... Read More
This is the tutorial where we really get into programming.... Read More
Microsoft CRM and IBM Lotus Notes Domino seem to be... Read More
Software |