|
发表于 2003-5-16 16:29:23
|
显示全部楼层
What's your mean?
Maybe you need install the package: php-mysql... you can use test.php to test your mysql.
<test.php>
<?php>
$connect=@mysql_connect('your_host_name','user','password') or die (" Error! Can not connect mysql!");
echo "$connect";
?>
Good luck! |
|