How do I Upload Data to my MYSQL Database ?

Windows Web Hosting have the easy way of uploading database file in the server using PHPMYADMIN. The below process explanation will help users to upload the database in the Web Hosting Server.


Share This Now: [addtoany]

Watch Reseller Hosting Video Tutorial



Procedure

Procedure to Upload Data to my MYSQL Database :

Windows Reseller Web Hosting comes with Plesk Control Panel. You will be able to upload mysql database using PhpMyadmin for a particular domain name. Please follow the below procedure to upload mysql database

Please note that you can access the MYSQL database using PhpMyadmin

[1] Login to your plesk control panel.
[2] Click on subscriptions.
[3] Click on the domain name.
[4] Click on websites and domains
[5] Click on databases
[6] Click on PhpMyAdmin

Exporting tables via phpMyadmin

[1] Log in to the phpMyAdmin
[2] Click the Export tab
[3] From the database drop-down (left navigation), select the database.
[4] Choose between a Quick or a Custom export. The Quick method should work most of the time, though if you need to get more granular with your export options, click Custom .If you choose Custom, you can configure the following:

Tables: Choose which tables to export.
Output: Choose the template, character set, and compression for the export.
Format: Choose to display comments, enclose the export in a transaction, disable foreign key checks, dump table (structure, data, or both).
Object creation options: Add statements.
Data dump options: Use INSERT DELAYED or INSERT IGNORE statements, select the function to use when dumping data,
select the syntax to use when inserting data, maximal length of created query.

[5] Select the format from the Format drop-down
[6] Click the Go button.
[7] Save the file

Importing tables via PhpMyadmin

[1] Log in to phpMyAdmin.
[2] Create an empty database from the Databases
[3] Click the Import tab.
[4] Click the Browse button.
[5] Locate the file to be imported.
[6] Click Open or OK, depending on your browser.
[7] Select the proper collation from the drop-down.
[8] Select the format of the import file.
[9] Click Go.

Screen Shots

Refer Screen Shots

Troubleshooting FAQs

Database Troubleshooting FAQs

Getting error : Unknown database

Solution :

If you are getting the error “Unknown database ” while importing your MYSQL Database it may due to the below reason

[1] You may have not created any mysql database in the name

To resolve this issue you have to create a mysql database in the corresponding name and after re-attempt your import file .

Downloads

Related Downloads

Related Articles