MySQL Forums
Forum List  »  Newbie

Re: help
Posted by: JARYD REMILARD
Date: April 27, 2021 07:45PM

The key in debugging is taking a look at each log and following the trail. You want to find the starting point and follow the line to where it fails.

2:31:35 PM [mysql] This may be due to a blocked port, missing dependencies,
2:31:35 PM [mysql] improper privileges, a crash, or a shutdown by another method.
2:31:35 PM [mysql] Press the Logs button to view error logs and check

the logs here although spare do give you a direction to go in. Start by looking for the error log if it exists, it often can give you a more detailed log of what happened. Another line in the log indicates MySQL is having trouble starting due to privileges. Is there a firewall blocking it? Has MySQL started before? Maybe MySQL is already running therefore it cannot run on MySQL's default port of 3306.

You can use `netstat` to find what is listening on port 3306 locally.

Options: ReplyQuote


Subject
Written By
Posted
April 27, 2021 12:35PM
April 27, 2021 12:48PM
May 10, 2021 12:19AM
Re: help
April 27, 2021 07:45PM
November 26, 2021 08:21AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.