mysql_select_db() - 0
Causes the database specified by db to become
the default (current) database on the connection specified by
mysql. In subsequent queries, this database
is the default for table references that include no explicit
database specifier.dbmysqlmysql_select_db() fails unless
the connected user can be authenticated as having permission to
use the database.mysql_select_db()mysql_select_db()
Syntax
int mysql_select_db(MYSQL *mysql, const char
*db)
Example
Output / Return Value
Zero for success. Nonzero if an error occurred.
Limitations
Alternatives / See Also
Reference