建立一个 MySQL 新资料库。
语法: int mysql_create_db(string database name, int [link_identifier]);
传回值: 整数
函式种类: 资料库功能
本函式用来建立新的资料库 (database)。在建立前,必须先与伺服器连线。
mysql_drop_db()