diff --git a/docs/Other/MariaDB.md b/docs/Other/MariaDB.md index 5730645..88fd304 100644 --- a/docs/Other/MariaDB.md +++ b/docs/Other/MariaDB.md @@ -19,7 +19,9 @@ --- +- `SELECT User, Host FROM mysql.user;` - посмотреть юзеров - `CREATE USER 'username'@'localhost' IDENTIFIED BY 'password';` - создать пользователя, может коннектиться к базе только через `localhost` +- `DROP USER 'postfix'@'localhost';` - Права ```sql