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
Wood Dale Chicago prom limo .. Lockport Chicago limo O’HareOur company, Novaprof Inc., developed unique software - DB Integration.... Read More
Follow the steps below to quickly design, generate, and deploy... Read More
Have you noticed WordPerfect is gearing up for a comeback... Read More
At the end of XX century, in the late 1990th... Read More
Configuring PPP PAP AuthenticationNow we know how the ISDN link... Read More
Introduction To ISDN, Part III: Configuring PPP PAP AuthenticationNow we... Read More
Now there are Three Steps To Heaven Just listen and... Read More
This article is for advanced Microsoft CRM SDK C# developers.... Read More
In part III of this ISDN primer, we learned that... Read More
Microsoft Business Solutions products: Great Plains, MS CRM, Navision, Axapta,... Read More
Microsoft Business Solutions Great Plains and MS CRM (client relation... Read More
If you've been using MySQL database to store your important... Read More
It is really interesting that a bug can create problem... Read More
Almost all new and major brand of PCs come with... Read More
I love new technology. I am still ready to wait... Read More
Lotus Domino/Notes ? Microsoft Great Plains tandem as ERP with... Read More
Anti-virus software is used to find, remove or fix files... Read More
Microsoft Great Plains may be recommended for international freight forwarding... Read More
Remember old good days when your company probably had Great... Read More
Microsoft Business Solutions Great Plains is marketed for mid-size companies... Read More
Are Spreadsheets Robbing your Enterprise of Competitive Advantage?'90% of "average"... Read More
The major reason I recommend getting your hands on real... Read More
This is the tutorial where we really get into programming.... Read More
Features Additionally, Vista will include many other new features.Aero Vista... Read More
If you have Microsoft Great Plains and support it... Read More
Antigo wedding limo ..(1) Avoid using the same variable again and again for... Read More
Microsoft Business Solutions Great Plains, former Great Plains Software Dynamics... Read More
We've all seen the ads on TV for Netzero 3G.... Read More
Passwords protect your most sensitive personal, financial and business information.... Read More
Domino server is a buffer between the operation system and... Read More
GroupwareEfforts are continually made to manage the unavoidable ad hoc... Read More
If you are in a business that passes documents around... Read More
Just imagine: you are walking, say, towards your car, and... Read More
Microsoft Business Solutions CRM proved to be reliable solution in... Read More
Scrapbooks are very popular these days. I think that almost... Read More
Some companies that are in need of fleet management may... Read More
I have always had a tendency to focus on the... Read More
Microsoft Business Solutions Great Plains has substantial market share among... Read More
It is possible that if one avoided all sources of... Read More
The research in the field of Natural Language Processing usually... Read More
Bar charts, bar graphs, and any other chart or graph... Read More
If you're online using a dialup Internet connection, you'll probably... Read More
I provide, here clear explanations and a count of function... Read More
Buying accounting software is a major investment. It's an important... Read More
Microsoft Business Solutions CRM is web-based CRM application, deploying all... Read More
If you have Microsoft Great Plains and support it... Read More
In order to implement VLANs in a network environment, you'll... Read More
Microsoft Business Solutions Great Plains serves to the wide spectrum... Read More
Microsoft Business Solutions Small Business Manager is scaled down Great... Read More
There are so many different programs that clutter up your... Read More
Software |