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

Method Msql.msql()->drop_db()


Method drop_db

void drop_db(string dbname)

Description

This function destroys a database and all the data it contains (assuming we have enough permissions to do so). USE WITH CAUTION!

See also

create_db