msgbartop
Gossimer’s Premier Web Hosting and Domain Registration Knowledgebase.
msgbarbottom

14 Mar 10 How do I restore a MySQL database?

Restoring your Database via phpMyAdmin

Restoring your database is as easy as backing it up. If you would like to rewrite the backup over an existing database, follow the process listed below:

1. Connect to your database using phpMyAdmin. Click here to read how >>

2. Click on the database name in the database list on the left, click all the check boxes next to the table names and select Drop in the With selected: drop down box.
 

dbbackup3 How do I restore a MySQL database?

 

This will drop all existing tables in the database. Then head over to the top menu bar and click on SQL. This will bring up a window where you can either type in SQL commands, or upload your SQL file.

 

Restoring your MySQL Database from within the Control Panel

You can restore a MYSQL database from within the Gossimer Hosting Control Panel. Please follow the steps explained below:

1. Login to your Control Panel and search for the domain name for which you have purchased this hosting package. Click here to know how >>

2. In the search results view, click on the domain name. This will take you to the order details view.

3. Click on Manage Web Hosting Service in the lower toolbar.

4. In the Website Management interface pop-up that follows, go to Manage Website -> Database Manager -> Backup/Restore Database.

5. Select the radio button Restore Database.

6. Select the database from the dropdown menu next to Select Database.

7. Specify the exact location and filename of the backup file in the You can select the backup which was saved on the server in a

8. Click on Submit to restore the database.

Tags: , , , , , , , , , , , , , , , , , , , ,

22 Feb 10 How do I make a backup copy of a MySQL database?

Taking a Backup of your MySQL Database via phpMyAdmin

You can backup your database using phpMyAdmin in just a few mouse clicks. The process for the same is outlined below:

1. Connect to your database using phpMyAdmin. Click here to read how >>

2. Click the database name in the list on the left of the screen. Once you get to your database details, you should get a menu header for your database which looks like so:

dbbackup1 How do I make a backup copy of a MySQL database?

 

3. Click on Export. This will get you to a screen with the following options:

dbbackup2 How do I make a backup copy of a MySQL database?

 

4. From here it’s just a matter of clicking the right options and the Go button to get your database dump. To save the backup file on your computer, click on Save as file option and the corresponding compression option to get the backup to download to your system.

 

Taking a Backup of your MySQL Database from within the Control Panel

Gossimer Hosting Control Panel provides an easy method to create a backup copy of your MySQL database. Process mentioned below explains how to create a backup copy:

1. Login to your Control Panel and search for the domain name for which you have purchased this hosting package. Click here to know how >>

2. In the search results view, click on the domain name. This will take you to the order details view.

3. Click on Manage Web Hosting Service in the lower toolbar.

4. In the Website Management interface pop-up that follows, go to Manage Website -> Database Manager -> Backup/Restore Database.

5. Select the radio button Backup Database.

6. You can take a backup of only the database schema, database schema and tables or a back up of selected tables only.

  • Select a Database from the drop-down menu next to Dump Schema only (No Data) if you wish to take a back up of just a database’s schema. Leave the checkbox unchecked if you need a backup of the entire database.  You may a take a back of the all the tables or only selected tables. Select the radio button Backup Selected Tables and select the desired tables from the list or select the radio button Backup All Tables.
     

     

  • Click on Browse next to

In case you are taking a backup of only database scheme or database scheme and all tables, the backup will be stored as database_name.sql, while in case of backup of only selected tables, the backup will be stored as database_name.table_name.sql.

Tags: , , , , , , , , , , , , , , , , , , , ,

20 Feb 10 How do I restore a MS SQL database?

Gossimer Windows Hosting Control Panel allows you to restore an existing database from a backup copy as explained below:

1. Login to your Control Panel, search for the domain name for which you have purchased the Web Hosting package and go to the Order Details view. Click here to know how >>

2. Click Manage Web Hosting Service in the lower toolbar.

3. In the Website Management interface pop-up that follows, go to Manage Website -> Database Manager -> List Databases.

4. Click the database you wish to manage.

5. Click Restore Database. Select the Database Username from the drop-down menu next to Database Username. This user will own all tables, views and stored procedures in the restored database, if the current owner of the backup file does not exist on Gossimer SQL server.

Select the backup file from the drop-down menu next to File to be Restored. You can select the backup which was saved on the server in the sqlDatabaseBackup directory or you can upload a .bak backup file onto the sqlDatabaseBackup directory and select it from the list.

6. Click Submit to restore the database.

Reference: Uploading content to your Website using FTP >>

IMPORTANT 

Effective from 15 November 2007, all databases (MS SQL) purchased on Gossimer Windows Hosting Servers will be created on MS SQL 2005 Servers. There exists a backward compatibility issue with SQL 2005 in restoring a database to SQL 2000 (or an earlier version of MS SQL). This is on account of Microsoft not providing backward compatibility with earlier versions of MS SQL due to different internal file structures.

An alternate method would be usage of MS SQL Server Database Publishing Wizard. MS SQL Server Database Publishing Wizard enables the deployment of SQL Server databases either into 2000 or 2005 hosting environment. It generates a single SQL script file which can be used to recreate a database (both schema and data) for SQL 2000 and SQL 2005 versions. Click here to download this tool >>

There is no issue restoring SQL 2000 (or any earlier version) database to SQL 2005 version.

 

Tags: , , , , , , , , , , , , , , , , , , , , , , , , , ,