ygl-rg / mariadb-notes

0 stars 0 forks source link

create users #2

Open ygl-rg opened 4 years ago

ygl-rg commented 4 years ago

CREATE USER 'test'@'%' IDENTIFIED BY 'the_password';

GRANT ALL PRIVILEGES ON *.* TO 'test'@'%' WITH GRANT OPTION;