MYsql - ERROR! The server quit without updating PID file

4

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:

link

    
asked by anonymous 21.12.2015 / 16:48

1 answer

0

I followed the steps in this link below and managed to solve my problem:

link

I hope it helps everyone.

Thank you.

    
22.12.2015 / 00:09