mysql_select_db

Syntax

int mysql_select_db(MYSQL * mysql,
                    const char * db);

Description

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().

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.