MySQL Forums
Forum List  »  Newbie

Re: Can't Start Mysql For First Time
Posted by: rol and
Date: September 07, 2014 09:26AM

this usually states that your mysql daemon is not running.
you can double check with the following:

ps aux | grep -i mysql

or

netstat -tunap | grep 3306 #unless you have it configured on another port)

Options: ReplyQuote


Subject
Written By
Posted
September 06, 2014 02:59PM
Re: Can't Start Mysql For First Time
September 07, 2014 09:26AM


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.