I found the problem!
a virus called W95.Hybris.gen!
it installs itself to the winsock32.dll detecting all network connections trying to spread across the net. So when a query was made, the virus blocked it and then I got no result on the query, even when I was connected to the server.
:)
Thanx for that. I telnet it and i connected. As you say, the problem must be in the query, because the echo($main) comman returns a connection ID, where
$main= mysql_connect("127.0.0.1", "root", "pass");
but echo($main01) return false, where
$main01 =...
OK i've changed all the mysql_db_query for mysql_query, but the problem continues
I knew what you said about $main01 not having data. Thanx
But I'm not really sure about if it crashes after that command or "randomly", what if it crash after mysql_fetch_row()?
Thanx
Hi there
I've installed Apache + PHP + MySQL (latest version to OCT 02).
Apache and PHP works perfectly, but the MySQL keeps crashing!
on a php script like this:
$main= mysql_connect("127.0.0.1", "root", "pass");
$main01 = mysql_db_query("test03"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.