From 9f558bcb01d207c8bdf63b502b276b83e5fe3f52 Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Sun, 21 Apr 2002 07:25:13 +0000 Subject: [PATCH] Added a note (mysql_drop_db is deprecated) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@79244 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-drop-db.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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.