mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-09 15:10:27 +00:00
commit
3af9fc42e2
@ -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)]> 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
|
### PowerDNS-Admin
|
||||||
|
Loading…
Reference in New Issue
Block a user