If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
For some reason today mysql wasn't launching via System Preferences so I tried it via the command line to be greeted with this error:
Code:
Starting mysqld daemon with databases from /usr/local/mysql/data
STOPPING server from pid file /usr/local/mysql/data/roney.pid
070609 16:40:55 mysqld ended
I googled and tried some of the solutions available but it still wouldn't work.
Your MySQL error file is usually in your MySQL data directory and has a .err extension. Either sudo ls into it, or enable root on your computer and su.
Are there any other instances of MySQL running? What happens when you do a: ps aux | grep mysql ?