hi list, again,
in my sequoia test env i have tried to change the sequoia controller
port into 3306 and the mysql port into 3307 ... the sequoia controller
and the mysql server for recovery log are on the same machine
after this port switch ... i have tried to connect to sequoia controller
from a php web aplication .. and i have erros (before the port switch
all have work werry well) ... and from a simple php test page ... like
that
------------------------
<?php
$link = mysql_connect('127.0.0.1:3306', 'vroot', 'v123456');
if (!$link) {
die('Could not connect: ' . mysql_error());
}
echo 'Connected successfully';
mysql_close($link);
?>
------------------------
i have this errors showed by php ... "Could not connect: All controllers
down"
on the sequoia or libmysequoia or carob side i have no error log
i can't user the mysql default port ?
thanks
MIhai
_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia