mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added a note (mysql_create_db is deprecated)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@79288 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b86c7ff729
commit
e26c5431f0
1 changed files with 10 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.mysql-create-db">
|
||||
<refnamediv>
|
||||
|
@ -44,8 +44,16 @@
|
|||
For downwards compatibility <function>mysql_createdb</function>
|
||||
can also be used. This is deprecated, however.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
The function <function>mysql_create_db</function> is deprecated. It
|
||||
is preferable to use <function>mysql_query</function> to issue a
|
||||
SQL CREATE DATABASE Statement instead.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
See also: <function>mysql_drop_db</function>.
|
||||
See also: <function>mysql_drop_db</function>,
|
||||
<function>mysql_query</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue