1These files were used for testing on Ubuntu Linux using MySQL
2
3- Install MySQL: sudo apt-get install mysql-server
4- Run "mysql --user=USER --password=PASSWORD < dlz.schema" to set up database
5- Run "mysql --user=USER --password=PASSWORD < dlz.data" to populate it
6- update named.conf with correct USER and PASSWORD
7
8