My installation fails toward the end of the install when trying to connect to mysql database. It always fails to connect. I followed the Perfect Setup with exception to mysql. I want to have ISPconfig High Availability nodes in an Apache/Mysql cluster. Therefore I installed mysql-max-5.0.22 from the Mysql Cluster how to. The error basically says failed to connect to mysql at end of installation, and therefore ispconfig database is not created and config.inc.php is missing. I have tried installing mysql-5.0.22 (without max) by simply typing Code: apt-get install mysql-server mysql-client mysql-common libmysqlclient12 This options allows successful installation of ispconfig but does not join the cluster with the Code: ndbd --initial Am I missing something here? Ubuntu 6.06 Dapper Drake Apache 2.0.55 MySQL-max 5.0.22 Ver 14.12 PHP 5.1.2 ISPConfig 2.2.11
Did you set the mysql password? Code: mysqladmin -u root password yourrootsqlpassword mysqladmin -h server1.example.com -u root password yourrootsqlpassword