这样写没事
$conn=mysql_connect("localhost", "root", "");在后面加个端口号就不行了
$conn=mysql_connect("localhost:3800", "root", "");