Installer dies

Discussion in 'General' started by Philio, Aug 18, 2009.

  1. Philio

    Philio New Member

    I have tried several times to install MyDNSConfig, although MyDNS is dead easy to configure manually I thought it would be a nice addon, however the installer just dies after I choose the MySQL character set, no errors, just exits.

    I have 2 mysql servers setup with master/master replication both running MySQL 5.1.37. Both have access enabled from the web servers and are accessable without problem with mysql -h <mysql hostname> -u root -p but the installer is not making any modifications.

    Can anyone advise how to fix this?
     
  2. falko

    falko Super Moderator ISPConfig Developer

    What MySQL character set did you select? Did you accept the default one?
     
  3. qbicx

    qbicx New Member

    You need PHP module for MySQL.

    Code:
    aptitude install php5-mysql
     

Share This Page