diff --git a/reference/mysql/functions/mysql-create-db.xml b/reference/mysql/functions/mysql-create-db.xml index 0c32be9060..83a0fb5d8d 100644 --- a/reference/mysql/functions/mysql-create-db.xml +++ b/reference/mysql/functions/mysql-create-db.xml @@ -1,5 +1,5 @@ - + @@ -44,8 +44,16 @@ For downwards compatibility mysql_createdb can also be used. This is deprecated, however. + + + The function mysql_create_db is deprecated. It + is preferable to use mysql_query to issue a + SQL CREATE DATABASE Statement instead. + + - See also: mysql_drop_db. + See also: mysql_drop_db, + mysql_query.