I have a severe problem that php5 cannot connect to mysql and i don't
know why
also i am using linux
here is my peice of code
:<?php
print "hi";
mysql_connect('localhost', '', '') or die(mysql_error());
echo "Connected to MySQL<br />";
print "connected";
?>
if their is any configuration please tell methanks, mary -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
