Xampp MYSQL does not work

0

The following error is occurring with my mysql.

MySQL Service detected with wrong path
Change XAMPP MySQL and Control Panel settings or
Uninstall/disable the other service manually first
Found Path: "C:\Program Files (x86)\MySQL\MySQL Server 5.0\bin\mysqld-nt" --defaults-file="C:\Program Files (x86)\MySQL\MySQL Server 5.0\my.ini" MySQL
Expected Path: c:\xampp\mysql\bin\mysqld.exe --defaults-file=c:\xampp\mysql\bin\my.ini mysql

I have already checked and there is no such folder inside Program Files and even then xampp is pointing to it.

    
asked by anonymous 31.01.2018 / 19:39

1 answer

0

Check the my.ini file. Where is pointing the paths

basedir="F:/mysql/"
datadir="F:/mysql/Data/"

Good luck

    
31.01.2018 / 19:42