If you are looking for software to use, go to Huajun Software Park! software release AI product list
Location: Home pageTutorial strategyTutorialComputer software tutorials How to use SQ...

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

Author: dim sum Date: 2020-09-23

SQLyog
SQLyog-13.1.8 latest version

Server class Storage size: 9.08MB Time: 2022-02-10

Software introduction: SQLyog Chinese version is a professional graphic management software. SQLyog is simple to operate and powerful, which can help users easily manage their own...

Download now

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