How to build a database using xampp's mysql-xampp usage tutorial

Time: 2021-09-06Source: Huajun Software TutorialAuthor: dim sum

      还不清除xampp的mysql建数据库的相关操作? Today, the editor will share with you the tutorial on how to create a MySQL database using xampp. Friends in need, come and follow the editor to have a look!

Open the control panel of xampp, an interface will pop up, click on the start of the Apach and mysql lines to start the service

How to build a database in xampp's mysql

The display of successful startup is as shown in the figure

How to build a database in xampp's mysql

After successful startup, click admin in the mysql line, as shown in the figure

How to build a database in xampp's mysql

After clicking, a webpage will pop up in the browser. Click New in the left column to create a new database.

How to build a database in xampp's mysql

In the position of the picture frame, first fill in the database name: 8555, the database name can be chosen casually. Select the sorting rule, generally we choose utf8_general_ci

How to build a database in xampp's mysql

After completing the above operations, you can see the newly created database on the right side.

How to build a database in xampp's mysql

The above article explains the operation process of creating a database using xampp's mysql. I hope friends in need can learn it.

Related articles更多>>

Popular recommendations