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
void
select_db(string
database
)
Select database.
The Mysql-server can hold several databases. You select which one you want to access with this function.