From 319032d3719b3e99b4640e96ca6462abc83abd36 Mon Sep 17 00:00:00 2001 From: aneasystone Date: Wed, 29 Jul 2015 17:34:45 +0800 Subject: fix mixed-up database and table Signed-off-by: aneasystone --- user_guide_src/source/database/utilities.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user_guide_src/source/database') diff --git a/user_guide_src/source/database/utilities.rst b/user_guide_src/source/database/utilities.rst index 2fa5239c8..114291f85 100644 --- a/user_guide_src/source/database/utilities.rst +++ b/user_guide_src/source/database/utilities.rst @@ -65,7 +65,7 @@ Returns a boolean TRUE/FALSE. Usage example:: // some code... } -.. note:: Replace *database_name* with the name of the table you are +.. note:: Replace *database_name* with the name of the database you are looking for. This method is case sensitive. Optimize a Table @@ -111,7 +111,7 @@ FALSE on failure. print_r($result); } -.. note:: Not all database platforms support table optimization. It +.. note:: Not all database platforms support database optimization. It it is mostly for use with MySQL. Export a Query Result as a CSV File -- cgit v1.2.3-24-g4f1b