Created
April 24, 2017 19:05
-
-
Save AustinWinstanley/8dc1e071a12342ff7ebc9cecb8f471ab to your computer and use it in GitHub Desktop.
Revisions
-
AustinWinstanley created this gist
Apr 24, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ -- Insecure, do not use in production UPDATE mysql.user SET plugin = 'mysql_native_password' WHERE user = 'root' AND plugin = 'unix_socket';