![]() |
Yeah, you were right. I went back to the website and started here:
Quote:
|
EASY STEPs
1. check to see if you installed it
do which mysql, which mysqld and see where they are located 2. check to see if mysql is actually running. You can't connect to mysql if it is not running ps aux | grep mysqld 3. if it is running THEN check to see if it is in your path.... do: echo $PATH this will tell you what your path is, then you check to see if where mysqld is installed is in your exisiting path. good luck! |
You can also try it with out the &. That is what I had to do.
sudo ./bin/safe_mysqld --user=mysql The only problem that I have with that is I have to close the terminal window and open another one. However that isnt a big deal to me. |
Complete mysql
Just installed this. It puts a control panel in System prefs with which you can start/stop mysql and reset the mysql database root password.
http://www.versiontracker.com/morein...d=17951&db=mac |
mysql startup
Quote:
Code:
sudo ./bin/safe_mysqld --user=mysql & |
| All times are GMT -5. The time now is 10:25 PM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2014, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.