PDA

View Full Version : Installation fails on Ubuntu 6.06


Jcorrea920
18th April 2007, 16:33
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

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

ndbd --initial


Am I missing something here?
:confused:


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

till
19th April 2007, 10:48
Please post the output of:

netstat -tap | grep mysql

torusturtle
23rd April 2007, 21:14
Did you set the mysql password?

mysqladmin -u root password yourrootsqlpassword
mysqladmin -h server1.example.com -u root password yourrootsqlpassword