Note: This function will not be available if the MySQL extension was built against a MySQL 4.x client library.
The function mysql_create_db() is deprecated. It is preferable to use mysql_query() to issue a sql CREATE DATABASE statement instead.

meglio usare

Codice PHP:
mysql_query('CREATE DATABASE my_database'
però nel tuo codice lo faresti già :master: