add new mariadb user code example Example: create user mariadb CREATE USER 'user1'@localhost IDENTIFIED BY 'password1';