mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 11:32:01 -05:00
4763. [contrib] Improve compatibility when building MySQL DLZ module by using mysql_config if available. [RT #45558] |
||
|---|---|---|
| .. | ||
| dlz.data | ||
| dlz.schema | ||
| named.conf | ||
| README | ||
These files were used for testing on Ubuntu Linux using MySQL - Install MySQL: sudo apt-get install mysql-server - Run "mysql --user=USER --password=PASSWORD < dlz.schema" to set up database - Run "mysql --user=USER --password=PASSWORD < dlz.data" to populate it - update named.conf with correct USER and PASSWORD