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