还不清除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
The display of successful startup is as shown in the figure
After successful startup, click admin in the mysql line, as shown in the figure
After clicking, a webpage will pop up in the browser. Click New in the left column to create a new database.
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
After completing the above operations, you can see the newly created database on the right side.
The above article explains the operation process of creating a database using xampp's mysql. I hope friends in need can learn it.