Answers for "create new database and user in mariadb"

3

create user mariadb

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

Code answers related to "create new database and user in mariadb"

Browse Popular Code Answers by Language