mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
Add db setup considerations for MySQL.
This commit is contained in:
parent
09b661a8a3
commit
099579de11
@ -13,6 +13,8 @@ GRANT ALL PRIVILEGES ON `powerdnsadmin`.* TO 'pdnsadminuser'@'localhost' IDENTIF
|
||||
FLUSH PRIVILEGES;
|
||||
quit
|
||||
```
|
||||
- If your database server is located on a different machine then change 'localhost' to '%'
|
||||
- Replace YOUR_PASSWORD_HERE with a secure password.
|
||||
|
||||
## Known issues:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user