Back Up and Restore your MySQL Database







Share:
Sponsors:
Do you need to change your web host or switch your database server? This is probably the only time when you really think of backing up your MySQL data. If you've got a website with a database or your custom database running for your applications, it is imperative that you make regular backups of the database. In this article, I will outline two easy ways of backing up and restoring databases in MySQL.
The easiest way to backup your database would be to telnet to the your database server machine and use the mysqldump command to dump your whole database to a backup file. If you do not have telnet or shell access to your server, don't worry about it; I shall outline a method of doing so using the PHPMyAdmin web interface, which you can setup on any web server which executes PHP scripts.
>> Read Full Story Here <<
Article submitted by: Telli
Last Update: 06-16-2004
Category: PHP Nuke News
The easiest way to backup your database would be to telnet to the your database server machine and use the mysqldump command to dump your whole database to a backup file. If you do not have telnet or shell access to your server, don't worry about it; I shall outline a method of doing so using the PHPMyAdmin web interface, which you can setup on any web server which executes PHP scripts.
>> Read Full Story Here <<
Article submitted by: Telli
Last Update: 06-16-2004
Category: PHP Nuke News
Current rating: 5.33 by 72 users
Would you recommend this article to a friend? |
Not a Chance | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Absolutely |
Comments
Re: Back Up and Restore your MySQL Database
By: Telli @ 15:01:10 : 06-18-2004
Please register or sign-in to post comments.
Related News Stories
(9,240 reads) 08-30-2009
· Submit Your Php nuke modules, themes, news, Tips and blocks(7,350 reads) 04-13-2009
· Professional Nuke Installation/Repair Services(13,137 reads) 02-03-2009
· New PHP-Nuke Turkey Community Site(10,361 reads) 07-22-2008
· Nuke Install :: The Leading Professional Nuke Installers(18,137 reads) 08-20-2007
· Php Nuke 8.1 Patched(19,219 reads) 08-04-2007
· PHP-Nuke 8.1 Released(19,662 reads) 01-11-2007
· PNC 4.0 Release Date(15,183 reads) 01-11-2007
· Clan Themes BBToNuke Pack Released(16,086 reads) 09-21-2006
· Php Nuke 8.0 Released(15,004 reads) 07-18-2006
· PhpThemes.Net
Re: Back Up and Restore your MySQL Database
By: Silverfox @ 09:30:52 : 06-18-2004