-
Book Overview & Buying
-
Table Of Contents
Google Web Toolkit 2 Application Development Cookbook
By :
Most often, we may need to transfer the database from one PC to another PC. Backup and restore tools help to transfer the database (with or without data). Basically, the backup tools create a file containing the SQL command for creating database, creating tables, and populating the database with data. The restore tools read the file and create the same, according to the commands given in the file.
In this recipe, we are going to Backup the database we have created in the earlier recipes. In the following recipe, we will restore this database.
Start MySQL Administrator.
Go to Backup.
Click on New Project.
Give Sales as Project Name.
Select Sales database from Schemata and press the> (right arrow) button.
Click on Save Project.
Click on Execute Backup Now.
![]() |
Select the required directory and click on Save.
A text file with SQL commands to create the full database has been created. This file will now be used to restore the database.
The Restoring...
Change the font size
Change margin width
Change background colour
