Skip to content

Instantly share code, notes, and snippets.

@towfiqpiash
Created July 23, 2017 05:07
Show Gist options
  • Save towfiqpiash/95b099869a961b5b7507040d835c3fb6 to your computer and use it in GitHub Desktop.
Save towfiqpiash/95b099869a961b5b7507040d835c3fb6 to your computer and use it in GitHub Desktop.
phpmyadmin with Mysql 5.7 - Empty value for 'port' specified

That's because you have the MySQL Password Validation plugin enabled (If you just type 'Y' to the dbconfig-common steps it will be enabled). I find it causes more trouble than good and its requirements (even on low) are superfluous for most. To disable it you'll want to run "UNINSTALL PLUGIN validate_password" once logged into the MySQL server, then try the GRANT again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment