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