Created
January 11, 2022 18:31
-
-
Save bagaag/01ad9831e7e975cba78c0adad8bbf856 to your computer and use it in GitHub Desktop.
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 characters
create database <name>; | |
use <name>; | |
grant all on <name>.* to <user>@'%' idendified by '<password>''; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment