How to import your MySQL database

How can I import a database?

  1. Firstly, Login to Cpanel
  2. Simply, Go to phpMyAdmin
  3. Click -> new database name in the top left (optional)
  4. Click -> Import in the main area of phpMyAdmin
  5. Browse--> .sql file on your computer and click Go

  • 7 Uživatelům pomohlo
Byla tato odpověď nápomocná?

Related Articles

PHP settings that cannot be changed

Shared, Reseller web host are shared surroundings and have certain boundaries on what you can...

How to Set Up a Redirect

    Log into cPanel.    Under Domains, simply select the Redirect...

How can I prevent hacking?

The most essential thing to do is keep your protection passwords as a secret key. If you give a...

How to Connect to the MySQL Database Remotely

Enabling Remote MySQL connectivity is often done to enable a program on your laptop or computer...

How to Connect to the MySQL Database

To work with the database in PHP, you must first connect the script to the MYSQL Database. We...