|
|
[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
corporate 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
|
Once you're at the corporate video site it's a simple matter of selecting the exact product or service you want to purchase. Nothing to it really. Whether you're just looking for information, or you're looking for something to buy right now, we've got the links to the exact corporate video website you need.
As you can tell from all the effort we've put into building our corporate video site, it's something that we care about. You can be certain, when you follow one of the hyperlinks in the middle of this web page, or click on the pop up which might have appeared when you entered our site, we've chosen the best site about corporate video for you to go to. Thank you for coming to our corporate video information page.
Real Time Media On The Net Index
|
Main Menu
Real Time Media On The Net
Site Map
Affiliate Ads, Links, news, etc.
News for 19-Mar-26 Source: BBC News - Home Yemen's displaced Source: BBC News - Home Ken Matheson: Former British Cycling coach says 'culture of fear' exists Source: BBC News - Home Peter Frankopan: This year in history Source: BBC News - Home Arctic heatwave could break records Source: BBC News - Home Sri Lankan court acquits five men in Tamil MP murder trial Source: BBC News - Home Gorging on love Source: BBC News - Home Is Nigeria's 'plastic rice' actually real? Source: BBC News - Home Syrian girl with severe burns gets life-changing surgery Source: BBC News - Home The longest kiss Source: BBC News - Home Preserving Mali's rural life
Links
Links
Links
|