There is no database connection! To connect the MySQL database to HuMo-genealogy, fill in these settings:
Sometimes it's needed to add these lines to a /php.ini and admin/php.ini files to activate the PDO driver:
extension=pdo.so
extension=pdo_sqlite.so
extension=pdo_mysql.so