0

I have previously installed MySQL workbench. Now today I installed XAMPP when I tried to run PHP/Admin it refused. I've changed the port to 3010 (as workbench using 3306) but still it refusing. What to do? Can I use MySQL workbench and XAMPP seperately ? I don't want to use the inbuilt MYSQL(Maria DB) provided by XAMPP

Suvam Roy
  • 963
  • 1
  • 8
  • 19

1 Answers1

0

Yes, you can. Just start up XAMPP without MariaDB.

Eric Wong
  • 1
  • 1
  • 1
    How would I connect Workbench with XAMPP? – Stack Queue Dec 21 '17 at 07:44
  • I'm not getting your question but here is few things you need to know. 1. MySQL and MariaDB basically the same. 2. MySQL workbench is a tool for user to interact with database, a SQL Client like phpMyAdmin. 3. Did you replaced your MySQL database while you installing XAMPP? – Eric Wong Dec 23 '17 at 02:42