To create a new MariaDB user, type the following command: CREATE USER 'user1'@localhost IDENTIFIED BY 'password1';. In this case, we use the ' ...
確定! 回上一頁