manuzhai Mon Apr 29 05:24:53 2002 EDT Modified files: /phpdoc/nl/reference/mysql/functions mysql-create-db.xml Log: Updated to EN 1.3 Index: phpdoc/nl/reference/mysql/functions/mysql-create-db.xml diff -u phpdoc/nl/reference/mysql/functions/mysql-create-db.xml:1.2 phpdoc/nl/reference/mysql/functions/mysql-create-db.xml:1.3 --- phpdoc/nl/reference/mysql/functions/mysql-create-db.xml:1.2 Wed Apr 17 03:14:09 2002 +++ phpdoc/nl/reference/mysql/functions/mysql-create-db.xml Mon Apr 29 05:24:53 +2002 @@ -1,8 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- splitted from ./nl/functions/mysql.xml, last change in rev 1.1 --> -<!-- last change to 'mysql-create-db' in en/ tree in rev 1.2 --> -<!-- EN-Revision: 1.2 Maintainer: manuzhai Status: ready --> -<!-- OLD-Revision: 1.95/EN.1.2 --> +<!-- EN-Revision: 1.3 Maintainer: manuzhai Status: ready --> <refentry id="function.mysql-create-db"> <refnamediv> <refname>mysql_create_db</refname> @@ -45,6 +42,15 @@ Voor compatibiliteit kan <function>mysql_createdb</function> ook worden gebruikt. Dit wordt echter afgekeurd. </para> + + <note> + <para> + De functie <function>mysql_create_db</function> wordt afgekeurd. + Het is aan te raden <function>mysql_query</function> te gebruiken om + een SQL CREATE DATABASE statement in plaats ervan uit te voeren. + </para> + </note> + <para> Zie ook: <function>mysql_drop_db</function>. </para>