$link = @mysql_connect("服务器", "账号", "密码") or die("自己的错误解释".mysql_error());
echo mysql_error(); //打印数据错误信息