How to view error logs when mysql server is not starting in lampp

254 Views Asked by At

I am running lampp stack and I need to connect a php app it to the MySql server. But MySql database service is not starting and I have no idea why. When I look at the Application log I find no information regarding MySql after Starting MySQL Database... message.

enter image description here

On the other hand, the Manage Servers tab shows that the service has just stopped. enter image description here

As stated earlier the main issue is that I cannot find what the problem is since the log is not providing me with any information. What can I do to figure it out? If there was an error shouldn't it be displayed in the Application log? Is there anywhere else where I can view the log in more detail?

0

There are 0 best solutions below