Find Sporting Goods on eBay
Video and Audio], Broadcasting and podcasting Real Time Media On The Net

[description], Story, any other text you want to use.

Backing Up And Restoring Your MySQL Database

 by: Vinu Thomas

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


tv video

Real Time Media On The Net
This is one of the best resources for information on Real Time Media On The Net you can possibly find. Follow our links to find more information on Real Time Media On The Net. We hope that we have all of the Real Time Media On The Net details that you could need.
Real Time Media On The Net

Have you ever been to a website looking for information on tv video where everyone seems to be speaking any language but yours? Well, that's how many people feel when they surf the Internet. tv video business and technical websites are often so full of jargon that they may as well be speaking a foreign language to their customers.

The fact is that visitors don't come to your site for a little light reading but for real information about tv video. They scan web pages for the information they want regarding tv video, but they do not read every word carefully. We have done the initial work for you and know that this site is your answer.

Main Menu
Real Time Media On The Net
Site Map

Affiliate Ads, Links, news, etc.

News for 04-Sep-26

Source: BBC News - Home
Crash survivor: 'I put my seatbelt on'

Source: BBC News - Home
David Moyes: Manchester United's great traditions have gone says Sunderland boss

Source: BBC News - Home
Kabul nights

Source: BBC News - Home
UN votes against Israeli settlements

Source: BBC News - Home
Kim Ghattas: Trump's Syria conundrum

Source: BBC News - Home
British astronaut Piers Sellers dies

Source: BBC News - Home
Africa's top shots: 16-22 December 2016

Source: BBC News - Home
Donald Trump gets 'very nice letter from Vladimir Putin'

Source: BBC News - Home
Arctic heatwave could break records

Source: BBC News - Home
Libyan hijacker arrested in Malta


Links
Links
Links
Google

MD Newscast | Xbox online games | Fantasy Football Update | Kids Meet
Copyright © 2005. Name of Site here. Last Updated: Friday, 04-Sep-2026 00:02:07 MDT.
Talk On The Net   Medical Presentations   Take It Correctly