mysql_select_db Select a MySQL database &reftitle.description; boolmysql_select_db stringdatabase_name resourcelink_identifier Sets the current active database on the server that's associated with the specified link identifier. Every subsequent call to mysql_query will be made on the active database. &reftitle.parameters; database_name The name of the database that is to be selected. &mysql.linkid.description; &reftitle.returnvalues; &return.success; &reftitle.examples; <function>mysql_select_db</function> example ]]> &reftitle.notes; &info.deprecated.alias; mysql_createdb &reftitle.seealso; mysql_connect mysql_pconnect mysql_query