Would you like to set up the database and tables automatically? -> yes
tar xvfz mydns-1.2.8.4.tar.gz
What is the username of the MySQL administrator? -> root
cd mydns-1.2.8
Enter the MySQL administrator password -> yourrootsqlpassword
./configure
Confirm this password -> yourrootsqlpassword
make
What is the MyDNS username? -> mydns
make install
What is the MyDNS user password? -> mydnspassword
The mydns installer is a bit tricky, you will have to select to create a new database for mydns and use a existing mysql user, e.g. the mysql root user. This database is only to fullfill the requirements for the debian pacakge during installation and will not be used by ISPConfig later. ISPConfig will automatically change the mydns configuration files to use the ISPConfig database.
Now create the start / stop script for mydns:
vi /etc/init.d/mydns
and enter the following lines (between the ----- lines):