mysql_create_db

 bool mysql_create_db ( string $database_name [, resource $link_identifier ] ) 

説明

mysql_create_db() attempts to create a new database on the server associated with the specified link identifier.

戻り値

Returns TRUE on success or FALSE on failure.