diff --git a/reference/mysql/functions/mysql-create-db.xml b/reference/mysql/functions/mysql-create-db.xml index 1718ce5c5b..e23b30ecb5 100644 --- a/reference/mysql/functions/mysql-create-db.xml +++ b/reference/mysql/functions/mysql-create-db.xml @@ -1,5 +1,5 @@ - + @@ -25,7 +25,7 @@ - MySQL create database example + <function>mysql_create_db</function> alternative example - + @@ -39,6 +39,43 @@ database.table syntax in their sql queries instead of this function. + + + <function>mysql_db_query</function> alternative example + + +]]> + + + See also mysql_connect and mysql_query. diff --git a/reference/mysql/functions/mysql-drop-db.xml b/reference/mysql/functions/mysql-drop-db.xml index dcc00e57cc..105c4f8a6e 100644 --- a/reference/mysql/functions/mysql-drop-db.xml +++ b/reference/mysql/functions/mysql-drop-db.xml @@ -1,5 +1,5 @@ - + @@ -34,6 +34,28 @@ SQL DROP DATABASE statement instead. + + + <function>mysql_drop_db</function> alternative example + + +]]> + + + This function will not be available diff --git a/reference/mysql/functions/mysql-list-tables.xml b/reference/mysql/functions/mysql-list-tables.xml index 93906ec823..1259fcc0b4 100644 --- a/reference/mysql/functions/mysql-list-tables.xml +++ b/reference/mysql/functions/mysql-list-tables.xml @@ -1,5 +1,5 @@ - + @@ -42,7 +42,7 @@ - <function>mysql_list_tables</function> example + <function>mysql_list_tables</function> alternative example