Answers for "adding a new database user to mariadb"

3

create user mariadb

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

Code answers related to "adding a new database user to mariadb"

Browse Popular Code Answers by Language