Hi,
Our technical environment : SuSE 7.3, Apache 1.3.20, PHP 4.3.6, MaxDB 7.5.0.24. We have compiled PHP with MaxDB option as it is described in the installation guide (http://dev.mysql.com/doc/maxdb/pdf/php.pdf). But weâve got a problem on connection to the local TEST database. This script doesnât work : <?php $link = maxdb_connect("localhost", "TOTO", "TOTO", "TEST"); ?> This return this message on screen : Warning: maxdb_connect(): -10709 Connection failed (RTE:Ã [EMAIL PROTECTED]) [] in /gb/www/max.php on line 2 We have verified the database : it works fine, the login and password are good, and x_server is started. What could it be ? Best regards
