Help me,
I use mysql-3.23.19-beta-win.zip on a NT computer!
The program mysqlwinadmin show green light, but when I use PHP and write this the process stops:
<?
mysql_connect("localhost","name","code");
mysql_db("db");
?>
But the script stops in 2th line. That is the problem? I have it also on a win 98 computer, and here it works. But I must have it on a NT computer. Can I use another version than mysql-3.23.19-beta-win.zip?
//Ulrik, Denmark