Method Mysql.mysql()->create_db()
- Method create_db
 voidcreate_db(stringdatabase)- Description
 Create a new database
This function creates a new database named
databasein the Mysql-server.- See also
 
void create_db(string database)
Create a new database
 This function creates a new database named database
 in the Mysql-server.