|
|
[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
radio control
I'm sitting here inside my house thinking about t-mobile. In fact it's something I've been thinking about for quite a long time, which is why I decided to construct this radio control website. As you can see it's fairly new so I probably haven't got all the advice that you're after yet.
But what I do have are links to the very best radio control sites available on the web today. And I've got to tell you that it wasn't as easy selecting them as I'd expected. I had to spend months painstakingly going through every nokia 3650 radio control website until I was satisfied I'd picked out the very best to point you to.
Broadcast On the Net Index
|
Main Menu
Broadcast On the Net
Site Map
Affiliate Ads, Links, news, etc.
News for 29-Jan-12 Source: BBC News - Home Romney back into lead in Florida Source: BBC News - Home Demi Moore 911 call tape released Source: BBC News - Home Senegal Wade ruling fuels clashes Source: BBC News - Home VIDEO: Faulty drugs given to many Pakistanis Source: BBC News - Home Managers call for calm at Anfield Source: BBC News - Home Olympic ceremony 'Wonder' theme Source: BBC News - Home Bahrain criticised over tear gas Source: BBC News - Home Live - Pakistan v England Source: BBC News - Home VIDEO: Damascus suburb rises against Assad Source: BBC News - Home Spain jobless passes five million
Links
Links
Links
|