<div>mysqli es compatible con MySQL 4? A mí me pareció haber oido que no... de paso, podría aclararme esa duda.</div>
<div> </div>
<div>$cnx = new mysqli("<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://127.0.0.1/" target="_blank">127.0.0.1</a>", "root", "", "test", "3306");<br>
<br>¿para qué ponerle el 3306 al final? En los user comments de <a href="http://www.php.net/manual/es/ref.mysqli.php">http://www.php.net/manual/es/ref.mysqli.php</a> hay varios ejemplos...</div>
<div> </div>
<div>BTW, me autorespondo, MySQLi sí soporta MySQL 4. ;)<br> </div>
<div><span class="gmail_quote">El día 8/05/06, <b class="gmail_sendername">Alan Christopher Coloma Montenegro</b> <<a href="mailto:acoloma@rodriguez.inf.utfsm.cl">acoloma@rodriguez.inf.utfsm.cl</a>> escribió:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>prueba cambiar <a href="http://127.0.0.1">127.0.0.1</a> por localhost<br>capaz que funke<br><br>Boris Cruchet <
<a href="mailto:b@guliv.cl">b@guliv.cl</a>> wrote:<br>> Señores:<br>><br>> tengo el siguiente script:<br>><br>> <?php<br>> $cnx = new mysqli("<a href="http://127.0.0.1">127.0.0.1</a>", "root", "", "test", "3306");
<br>> echo $cnx->get_server_info()."<br>";<br>> ?><br>><br>> y me genera el siguiente mensaje<br>><br>> Warning: mysqli::mysqli() [function.mysqli]: Can't connect to MySQL server<br>
> on '<a href="http://127.0.0.1">127.0.0.1</a>' (13) in archivo.php on line 2<br>><br>> Ahora, tengo mysql 4.1.16, con la configuracion por defecto que tiene<br>> mysql de Fedora 4.<br>><br>> el servidor esta escuchando el puerto 3306
<br>><br>> -----------------------------------<br>> [root@tarro ~]# netstat -tan<br>> Active Internet connections (servers and established)<br>> Proto Recv-Q Send-Q Local Address Foreign Address State
<br>> tcp 0 0 <a href="http://0.0.0.0:3306">0.0.0.0:3306</a> 0.0.0.0:* LISTEN<br>> -----------------------------------<br>><br>> tembien, el modulo php-mysql esta instalado.<br>><br>
> y simplemente no conecta.<br>><br>> ahora, si cambio el host de la conexion de "<a href="http://127.0.0.1">127.0.0.1</a>" a "locahost"<br>> funciona sin problemas.<br>><br>> alguna idea ?¿
<br>><br>><br>><br></blockquote></div><br><br clear="all"><br>-- <br>Rodrigo Fuentealba Cartes<br>Registered User 387639 - <a href="http://counter.li.org">http://counter.li.org</a>