Was this helpful?
Edit on GitHub Export as PDF mysql_select_db Syntaxint mysql_select_db(MYSQL * mysql,
const char * db);
mysql
- a mysql handle, which was previously allocated by mysql_init() or mysql_real_connect().
db
- the default database name
Selects a database as default. Returns zero on success, non-zero on failure
The SQL command SELECT DATABASE() will return the name of the default database.
The default database can also be set by the db parameter in mysql_real_connect().
Previousmysql_row_tell Nextmysql_send_queryLast updated 20 days ago
Was this helpful?
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4