xammp method to open mysql: first find the xampp program, click the "xampp control panel" option; then start the database and server, click the "start" button; then open the xampp management interface in the browser, and click "SQL ” option; just edit and execute at the end.
##Related free learning recommendations: mysql database( Video)
xammp method to open mysql:
1. First, find the xampp program and click the "xampp control panel" option. #2. Then start the database and server, click the "start" button to start. #3. As shown in the figure, after the database and server are started successfully, click the "admin" button of the database. #4. Then the xampp management interface will open in the browser, and click the "SQL" option here. #5. Then we will enter the SQL query interface. We can use our MySQL database by writing code here. #6. To execute the database statement, click the "Execute" button in the lower right corner to execute it.The above is the detailed content of How to open mysql with xammp. For more information, please follow other related articles on the PHP Chinese website!