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

View File

@ -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: