Answers for "Create a user in mariadb from CLI"

3

create user mariadb

CREATE USER 'user1'@localhost IDENTIFIED BY 'password1';
Posted by: Guest on December-19-2020

Browse Popular Code Answers by Language