0

My MySQL in XAMPP v3.2.1 is not working. It is installed properly but this comes while running it

4:41:28 PM  [mysql]     Attempting to start MySQL service...

It never starts!!! Neither does any other error message come. All other services(Apache, FileZilla, etc.) are working but MySQL is not. How to make it work?? Can someone help me??

Thanks in advance

P.S. - I read Xampp MySQL not starting - "Attempting to start MySQL service..." but couldn't find anything useful there

Community
  • 1
  • 1
  • In what environment you are working? If windows then Sql server 20XX services might have running that's why your MySQL not working. – Arihant Godha Jun 04 '14 at 12:13
  • This is the first time I have installed something related to MySQL on my Windows 32 bit PC. I doubt that any other service was running. Still, is there any way to check whether a service was already running?? – Shubham Gupta Jun 04 '14 at 16:26
  • You can check by using net start "SERVICENAME" – Arihant Godha Jun 05 '14 at 03:19

1 Answers1

0

You can easily start your mysql just follow these steps:

  1. open cmd in admin mode
  2. type "sc delete mysql" // without cots
  3. uninstall xampp
  4. delete xampp folder
  5. delete all temporary files
  6. restart your pc
  7. intall a fresh copy of xampp

Its done. Enjoy!!

Eugene Loy
  • 12,224
  • 8
  • 53
  • 79