mysql_create_db Create a MySQL database &mysql.alternative.note.4-3-0; mysqli_query PDO::query &reftitle.description; boolmysql_create_db stringdatabase_name resourcelink_identifierNULL mysql_create_db attempts to create a new database on the server associated with the specified link identifier. &reftitle.parameters; database_name The name of the database being created. &mysql.linkid.description; &reftitle.returnvalues; &return.success; &reftitle.examples; <function>mysql_create_db</function> alternative example The function mysql_create_db is deprecated. It is preferable to use mysql_query to issue an sql CREATE DATABASE statement instead. ]]> &example.outputs.similar; &reftitle.notes; &info.deprecated.alias; mysql_createdb This function will not be available if the MySQL extension was built against a MySQL 4.x client library. &reftitle.seealso; mysql_query mysql_select_db