SyntaxFix
Write A Post
Hire A Developer
Questions
I was able to solve this on OS X by shutting down the existing mysql.server that was running:
mysql.server
mysql.server stop
The starting:
mysql.server start
From there I could run mysql.server restart without throwing the ERROR.
mysql.server restart