mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-22 16:23:21 +01:00
Update README.md
This commit is contained in:
parent
605d39b4a0
commit
17cbbac19d
@ -208,11 +208,11 @@ sudo mysql
|
|||||||
```
|
```
|
||||||
Prompt will change to ```MariaDB [(none)]>```
|
Prompt will change to ```MariaDB [(none)]>```
|
||||||
|
|
||||||
Create a new local admin
|
Create a new local admin (Change the username and password to match your preferences)
|
||||||
```
|
```
|
||||||
CREATE USER 'admin'@'localhost' IDENTIFIED BY 'password';
|
CREATE USER 'admin'@'localhost' IDENTIFIED BY 'password';
|
||||||
```
|
```
|
||||||
Give local admin root privileges
|
Give local admin root privileges (Change the username and password to match from above)
|
||||||
```
|
```
|
||||||
GRANT ALL ON *.* TO 'admin'@'localhost' IDENTIFIED BY 'password' WITH GRANT OPTION;
|
GRANT ALL ON *.* TO 'admin'@'localhost' IDENTIFIED BY 'password' WITH GRANT OPTION;
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user