How to use SQLyog to import mysql database-SQLyog usage tutorial

Time: 2020-09-23Source: Huajun Software TutorialAuthor: dim sum

Will you not be able to import the mysql database during the use of SQLyog? I believe some novice friends still don’t understand it. For this reason, the editor below will explain how to use SQLyog to import mysql database.

Open the SQLyog software, enter the password, click Connect, and open the software interface. Note that mysql needs to be installed first.

1.jpg

Create a database with the same name as the database to be imported. For example, if you want to import a database of shop.sql here, first create a database named shop.

2.jpg

Enter the shop database name and click Create.

3.jpg

Click on the database you just created, then click Database->Import->Import database from SQL dump file.

4.jpg

Select the path to import the database, click Execute, and after execution, click Finish.

5.jpg

Open the database table and you can see that each table has been imported.

6.jpg

The above explains the specific operation process of using SQLyog to import mysql database. I hope friends in need can learn it.

Related articles更多>>

Popular recommendations