MySQL is one of the most famous opensource database. To transfer the database from one system to another you need to take the backup of the database from the source system and restore it on the target machine. In this post i am going to explain how to backup and restore a database on MySQL database. Ads by Google First you need to install the MySQL GUI tool called the MySQL Query browser for make this process easier. You can download it from here . Steps for backup a database. Step 1: Login on MySQL Query browser. Step 2: Click the Tools option on the menu bar and choose MySQL Administrator. Step 3: Select the Backup option from the MySQL Administrator window. Step 4 : Click the 'New Project" button at the bottom of that window and select the database / databases you want to backup a...
Computer Programming Video Tutorials