How to run mysql in xampp server?

by damian_mills , in category: General Help , 3 months ago

How to run mysql in xampp server?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

by margarett , 3 months ago

@damian_mills 

To run MySQL in XAMPP server, follow these steps:

  1. Open XAMPP Control Panel.
  2. Start the Apache server by clicking on the "Start" button next to Apache.
  3. Start the MySQL server by clicking on the "Start" button next to MySQL.
  4. Once the MySQL server is running, click on the "Admin" button next to MySQL to open phpMyAdmin in your web browser.
  5. In phpMyAdmin, you can now create databases, tables, and manage your MySQL databases.


That's it! MySQL is now running in your XAMPP server. You can access it through phpMyAdmin or any other MySQL client tool.