diff --git a/reference/mysql/functions/mysql-drop-db.xml b/reference/mysql/functions/mysql-drop-db.xml index 977441928a..bca455dd48 100644 --- a/reference/mysql/functions/mysql-drop-db.xml +++ b/reference/mysql/functions/mysql-drop-db.xml @@ -1,5 +1,5 @@ - + @@ -27,8 +27,16 @@ For downward compatibility mysql_dropdb can also be used. This is deprecated, however. + + + The function mysql_drop_db is deprecated. It is + prefarable to use mysql_query to issue a SQL + DROP DATABASE statement instead. + + - See also: mysql_create_db. + See also: mysql_create_db + mysql_query.