Skip to content

Instantly share code, notes, and snippets.

@srockstyle
Created September 7, 2018 00:01
Show Gist options
  • Save srockstyle/7e058cc291b55678316a30664cd617fc to your computer and use it in GitHub Desktop.
Save srockstyle/7e058cc291b55678316a30664cd617fc to your computer and use it in GitHub Desktop.
どこからでも繋げることができるようにするSQL(開発環境だけにつかうよ)
GRANT ALL PRIVILEGES ON *.* TO root@'%';
FLUSH PRIVILEGES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment