移除资料库。
语法: int mysql_drop_db(string database_name, int [link_identifier]);
传回值: 整数
函式种类: 资料库功能
本函式移除已存在的资料库。成功传回 true、失败则传回 false。
mysql_create_db()