mysql_create_db
Create a MySQL database
&reftitle.description;
boolmysql_create_db
stringdatabase_name
resourcelink_identifier
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;
mysql_create_db alternative example
The function mysql_create_db is deprecated. It is
preferable to use mysql_query to issue a 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