something strange is happening while trying to run MySQL server on my MacBook Air. First ill installed MySQL using brew install mysql. Installation was successful without any errors. And then problems started to showing up... First i had to use following command in order to create empty tables: cd /usr/local sudo mysql_install_db --user=mysql --ldata=/var/db/mysql
Now im trying to launch the server service itself, but another error is not allowing me to do it: ivankutsarov$ sudo mysql.server start Password: Starting MySQL . ERROR! The server quit without updating PID file (/usr/local/var/mysql/Ivans-MacBook-Air.local.pid).
While ill navigate to the mentioned folder i cant see mysql folder in it, neither i can see it in my /usr/local/bin directory.
Any ideas guys?