I'm having all sorts of issues getting MySQL to work. I installed MySQL 4.1 first, then PHP 4.3.10. I run a simple script like:
<?php $link = mysql_connect("localhost", "user","pass"); ?>
I've also changed localhost to "127.0.0.1". It still says this connection is not allowed or supported. I then checked to see if there was even a "mysql" server running - when I checked there was none running. When I tried to log into the command prompt client mysql thing (not sure what it's called) it wouldn't let me log in - I think the error was 2003 - probably bad password - but I'm not sure - it'd kill the window before I could read the thing. I reconfigured the mysql server, and when I did that, it would not go past the "setting security paramaters" (the last step). I unchecked the box to update security paramaters and then it would not start the MySQL server at all. So then I uninstalled MySQL and reinstalled it and got the same problem again when I tried to start/configure the MySQL server. What do I do now?!?!