Affordable Web hosting solution

General
What happens after I order my hosting account?
How long does it take to set up a new account?
Can I upgrade my plan or features later?
What control panel do you offer?
How can I change my account or billing information?
Do you support MS FrontPage extensions?
Will I have unlimited access to update my pages?
Do you offer technical support to customers?
Can I use my account for commercial purposes?
How do I access web stats?
How do I work with InspiRunner from PHPRunner?
How do I make a password-protected directory?
How do I change permissions on files and folder?
How do I schedule backup of a web site?
How do I cancel account?
Billing
How do I pay my invoices?
What methods of payment can I use?
Database
How do I create a new database?
How do I manage my databases?
Can I connect to my database remotely?
How can I access MySQL database using PHP?
How do I deploy MySQL database to the server?
How do I connect to MySQL database using Navicat?
How do I connect to MySQL database from PHPRunner?
How do I export MySQL database using phpMyAdmin?
How do I deploy MS SQL Server database to the server?
How do I connect to MS SQL Server database using SQL Server Management Studio?
How do I transfer MS Access database to the server from ASPRunnerPro/PHPRunner?
Domains
What DNS nameservers I need to use?
Do I need to have a domain name to set up a hosting account?
Email
Do you provide Webmail access?
How do I create a mail account?
How do I setup SMTP and POP3 mail servers?
How do I set up Microsoft Outlook Express?
How do I set up Microsoft Outlook 2007?
How do I set up SMTP server in ASPRunner?
Upload
How do I create an FTP account?
How do I upload my websites through FTP?
How do I use FileZilla to publish my web site?
How do I publish site from ASPRunnerPro/PHPRunner?

How do I deploy MySQL database to the server?

To deploy the MySQL database to the Inspirunner server, you can use backup/restore procedure in the phpMyAdmin.

Step 1. Backup your MySQL database using PHPMyAdmin on your local machine

1. Open phpMyAdmin.
2. Select your database by clicking the database name in the list on the left of the screen.
3. Click the Export link. This should bring up a new screen that says View dump of database (or something similar).
4. In the Export area, click the Select All link to choose all of the tables in your database.
5. In the SQL options area, click the right options.
6. Click on the Save as file option and the corresponding compression option and then click the Go button. A dialog box should appear prompting you to save the file locally.

Step 2. Restore your database using phpMyAdmin on the server

To access phpMyAdmin on the server follow instructions described in How do I manage my databases? topic.

1. Open phpMyAdmin.
2. Create an appropriately named database and select it by clicking the database name in the list on the left of the screen. If you would like to rewrite the backup over an existing database then click on the database name, select all the check boxes next to the table names and select Drop to delete all existing tables in the database.
3. Click the SQL link. This should bring up a new screen where you can either type in SQL commands, or upload your SQL file.
4. Use the browse button to find the database file.
5. Click Go button. This will upload the backup, execute the SQL commands and re-create your database.

 

               

Converted from CHM to HTML with chm2web Standard 2.83 (unicode)