I'm trying to run:
mysql.server start
and returns me
ERROR! The server quit without updating PID file (/usr/local/var/mysql/user.pid).
I tried to run:
unset TMPDIR
mysql_install_db
but it returned me:
[WARNING] mysql_install_db is deprecated. Please consider switching to mysqld --initialize [ERROR] The data directory needs to be specified.
Any ideas how to solve it?
Thank you.
Ps: mysql See 14.14 Distrib 5.7.9, for osx10.11 (x86_64) using EditLine wrapper
Note: I was able to solve my problem through this tutorial: