Got him going. Had multiple versions of mysql installed. He found a doc
to install mysql via brew which seems to be the better way to install it
when there is no package from the oracle and that worked out better for
him....well, at least hes up and ...
It looks like the primary database doesn't exist, Mysql won't start
without it. [ERROR] Fatal error: Can't open and lock privilege tables:
Table 'mysql.user' doesn't exist.If mysql_upgrade doesn't do the trick
do: mysql_install_db It will create a te...