mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
Fix typo on readme
`PRIVILEGES` not `PRIVIELGES`
This commit is contained in:
parent
c94e24c985
commit
43b7ed21d7
@ -25,7 +25,7 @@ We will create a database which used by this web application. Please note that t
|
||||
```
|
||||
MariaDB [(none)]> CREATE DATABASE powerdnsadmin;
|
||||
|
||||
MariaDB [(none)]> GRANT ALL PRIVIELGES ON powerdnsadmin.* TO powerdnsadmin@'%' IDENTIFIED BY 'your-password';
|
||||
MariaDB [(none)]> GRANT ALL PRIVILEGES ON powerdnsadmin.* TO powerdnsadmin@'%' IDENTIFIED BY 'your-password';
|
||||
```
|
||||
|
||||
### PowerDNS-Admin
|
||||
|
Loading…
Reference in New Issue
Block a user