5
0
mirror of https://github.com/cwinfo/powerdns-admin.git synced 2025-04-28 14:18:53 +00:00

Add db setup considerations for MySQL.

This commit is contained in:
David Mc Ken 2022-12-08 23:04:23 -04:00
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: