#52003/10/3 13:07:04
mySQL admin怎么使用
我只能建一个数据库,
在这个库中可以建很多表,但我在php的代码一直连不上,请求正确的语法
是不是
mysql_select_db(string database,[int database_connection])
还是
int mysql_pconnect([string host [:prot][:/socketpath]],[string user],[string password]);
或者
int mysql_connect([string host [:prot][:/socketpath]],[string user],[string password]);