Share
How can I run mysql in XAMPP server when I already have MySQL server installed in the same pc?
Question
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Answer ( 1 )
Please watch this video:
When you have both XAMPP and a standalone MySQL server installed on the same computer, you may run into conflicts as both servers use the same default ports. To run MySQL in XAMPP, you will need to modify the default port number used by either the standalone MySQL server or the XAMPP MySQL server. Here are the steps you can follow:
These steps should allow you to run the MySQL server in XAMPP while avoiding conflicts with a standalone MySQL server.