Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Darkmare

    MySQL crashing on Win98 SE

    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. :)
  2. Darkmare

    MySQL crashing on Win98 SE

    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 =...
  3. Darkmare

    MySQL crashing on Win98 SE

    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
  4. Darkmare

    MySQL crashing on Win98 SE

    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&quot...

Part and Inventory Search

Back
Top