ERROR! The server quit without updating PID file
- A: Try
brew services start mysql
Credit to StackOverflow.
Table 'mysql.role_edges' doesn't exist
- A: Try
mysql_upgrade -u root
Credit to StackOverflow.
Access denied for user 'root'@'localhost' (using password: NO)
- A: Try
mysql_secure_installation
and follow instruction to setup new password.
Credit to StackOverflow.