mirror of
https://github.com/kemko/PowerDNS-Admin.git
synced 2026-01-01 15:45:45 +03:00
Fix typo on readme
`PRIVILEGES` not `PRIVIELGES`
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user