To solve the problem we will do the following:
1) We identify the PID file, in my case it is on the route:
/usr/local/mysql/data/{nombreDeUsuario}.pid
NOTE1: If you can not access data due to permission problems:
sudo chmod 775 /usr/local/mysql/data
NOTE2: To know which is the PID route you can try to make a "server start":
sudo /usr/local/mysql/support-files/mysql.server start
and there when they check the ERROR, it will appear. In my case it is:
/usr/local/mysql/data/faca-air.local.pid
2) We identify the configuration file, in my case it is on the route:
/usr/local/data/mysql/auto.cnf
3) We give you permission with:
sudo chmod 775 auto.cnf
4) We open it with VIM:
vim auto.cnf
5) We add the following line to the end of the file:
pid-file = /usr/local/var/mysql/{nombreDeUsuario}.pid
6) Restart your mac.
NOTE: Remember to replace the places where {username_name} .pid says with the username of your mac; in my case, faca-air (faca-air.local.pid)
NOTE2: If it does not work for you, do the same procedure but with the following path of the PID file:
/usr/local/mysql-5.7.15-osx10.11-x86_64/data/{nombreDeUsuario}.pid