CREATE DATABASE `nicker`;
CREATE USER 'nicker'@'%' IDENTIFIED BY 'P@ssw0rd';
GRANT ALL PRIVILEGES ON `nicker`.* TO 'nicker'@'%';
Last active
March 28, 2022 07:10
-
-
Save unnoq/5d778544e1c6e8219585f99918eafd53 to your computer and use it in GitHub Desktop.
Mysql statements
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment