Skip to content

Instantly share code, notes, and snippets.

@JoJoJotarou
Last active June 8, 2021 09:22
Show Gist options
  • Save JoJoJotarou/5d1e2e8ec70381cc0849cf45cb9cf40a to your computer and use it in GitHub Desktop.
Save JoJoJotarou/5d1e2e8ec70381cc0849cf45cb9cf40a to your computer and use it in GitHub Desktop.
-- 用户授权
GRANT ALL PRIVILEGES ON *.* TO 'your_username'@'%' identified by 'your_password';
-- 刷新权限,修改权限后必需执行
flush privileges;
@JoJoJotarou
Copy link
Author

JoJoJotarou commented Jun 8, 2021

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