Extracted from Pike v8.0 release 276 as of 2016-07-29.
   

Method Mysql.mysql()->drop_db()


Method drop_db

void drop_db(string database)

Description

Drop a database

This function drops the database named database from the Mysql-server.

See also

create_db(), select_db()