Jump to content

Where does XAMPP put the MySQL server?


Flying Sagittarius

Recommended Posts

You can use phpMyadmin (which comes with XAMPP) for managing MySQL.

 

If you want to use the command line. Then just open up the Command Prompt (Start > Run > cmd)

 

Then at the command line just type mysql -u root -p and press enter. If XAMPP adds MySQL to the PATH this should work. If it doesn't then you'll have to navigate to the MySQL bin folder first, run the following command to change folders in the command line

cd C:/xampp/mysql/bin

 

Then run the mysql -u root -p command again

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.