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
kitchen deep cleaning Deerfield ..XML Server can be a Web Server that stores the... Read More
Three highly respected names in Human Resources have joined forces... Read More
With thousands of web pages added to the Net every... Read More
If you are in the market for new staffing software,... Read More
Spyware and malware are large problems for Internet users today... Read More
Whether you are a small consultancy firm, a medium sized... Read More
If you have Microsoft Great Plains and support it for... Read More
With many manufacturing shops heading over seas in favor of... Read More
Using professional icons in your application or website can bring... Read More
Microsoft Great Plains might be considered as ERP platform to... Read More
Accounts payable is just one area of office management where... Read More
If you have been running Windows XP for a couple... Read More
Healthcare facilities such as clinics, hospitals, and biomedical laboratories can... Read More
You would like to protect your documents, wouldn't you? Reasons... Read More
This article is for advanced Microsoft CRM SDK C# developers.... Read More
Microsoft Business Solutions Great Plains, Solomon, Navision, Axapta, Microsoft CRM... Read More
Logistics automation is often considered as barcoding extension to Sales... Read More
The java programming language is becoming more and more popular... Read More
SyncUp, a file synchronizer is designed to assist the home... Read More
Your computer cost you from hundreds to thousands of dollars,... Read More
When it comes to screenplay software each screenwriter needs to... Read More
Upgrading. Downtime. Maintenance. Hardware obsolescence. Implementation issues. The litany of... Read More
Microsoft Business Solutions Great Plains was historically designed to serve... Read More
What is Spyware?Spyware monitors your surfing habits and sends the... Read More
I completed an experiment recently. I wanted to find out... Read More
interior house cleaning Highland Park ..Microsoft Office program is a programming tool called Visual Basic... Read More
Fortunately one of the most common reasons cited for the... Read More
Microsoft Business Solutions Great Plains as new ERP for multinational... Read More
CD and DVD replication is a process that works by... Read More
Need software to record your voice, streaming audio or musical... Read More
Enabling Chinese input is quick and easy, there are only... Read More
We were recently faced with a decision: either to let... Read More
Looks like Microsoft Great Plains becomes more and more popular,... Read More
Microsoft Retail Management (RMS) and Microsoft Great Plains are retail... Read More
Are you lost in the mess of documents that get... Read More
Spyware, what it is and what it does. Basically, spyware... Read More
Microsoft Business Solutions Great Plains has Project Accounting module where... Read More
In a previous article, I wrote about OpenOffice... Read More
Is your PC is slow and wimpy? Then you need... Read More
Passwords protect your most sensitive personal, financial and business information.... Read More
Lotus Notes Domino is very efficient in electronic document workflow... Read More
The intuitive algorithm.Roger Penrose considered it impossible. Thinking could never... Read More
Did you ever give a thought to the number of... Read More
I have always regretted how Microsoft price gouges and rips... Read More
Great Plains Fixed Assets Management module is a robust tool... Read More
In part III of this ISDN primer, we learned that... Read More
Follow the steps below to quickly design, generate, and deploy... 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
I have yet to see a business that, sometimes in... Read More
Software |