I have Installed Xitami (Works Fine) PHP (Works Fine) and MySQL (Dosn't work fine) I can access MySQL though mysql.exe but not from a PHP page, It gives no error message just dosn't find the data i supose... Please Help me
At the top of the script you are using to connect to the MySQL server, add a line with: error_reporting(E_ALL); on the line below the <?php line. This should give some sort of error messages.
If you get any error messages, post them here.
Sorry for the late notice. I just took off the password for the connection for mySQL and it works fine.
Whiteghost - the reason it works fine when you took the password off is because my default the mysql user "root" has no password
THIS IS A SEVERE SECURITY RISK
login to mysql and add a new user.
HTH
GM