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", "SELECT * FROM general WHERE var LIKE '%url%'", $main);
there are no errors with the 1st line.. but with the other the browser says:
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in d:\net\a\index.php on line 6
the problems dissapears for a minute or two restarting the server. But then again it crash. I've tested in my two PC, both with Win98 SE. Same problemas
Help here PLEASE!!
Thanks.
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", "SELECT * FROM general WHERE var LIKE '%url%'", $main);
there are no errors with the 1st line.. but with the other the browser says:
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in d:\net\a\index.php on line 6
the problems dissapears for a minute or two restarting the server. But then again it crash. I've tested in my two PC, both with Win98 SE. Same problemas
Help here PLEASE!!
Thanks.