msql_create_db
(PHP 3, PHP 4 , PHP 5)
msql_create_db -- Create mSQL database
Description
bool
msql_create_db ( string database_name [, resource link_identifier])
msql_create_db() attempts to create a new database on the server associated with the specified link_identifier.
Возвращает TRUE в случае успешного завершения, FALSE в случае возникновения ошибки.
Смотрите также msql_drop_db().