Method Mysql.mysql()->select_db()


Method select_db

void select_db(string database)

Description

Select database.

The Mysql-server can hold several databases. You select which one you want to access with this function.

See also

create(), create_db(), drop_db(), query_db()