建立连接
$link_id=mysql_connect("localhost","数据库管理员名","密码");
mysql_select_db("数据库管理员名_db");
关闭连接
mysql_close($link_id);