summaryrefslogtreecommitdiffstats
path: root/user_guide/database/utilities.html
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-01-29 20:35:31 +0100
committerDerek Allard <derek.allard@ellislab.com>2008-01-29 20:35:31 +0100
commit11c75eab4d04b9c88b0096015fb3c0711555bf9a (patch)
tree6b58be246ff12d5615d4bc59347feafc1bf75b61 /user_guide/database/utilities.html
parentfecd4edd119d90659a753b19af81c2718f18cb6e (diff)
Removed support for db_backup in MySQLi due to incompatible functions.
Diffstat (limited to 'user_guide/database/utilities.html')
-rw-r--r--user_guide/database/utilities.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/database/utilities.html b/user_guide/database/utilities.html
index cf0230dbb..9b5126490 100644
--- a/user_guide/database/utilities.html
+++ b/user_guide/database/utilities.html
@@ -206,7 +206,7 @@ If you need to write the file use the <a href="../helpers/file_helper.html">File
<p>Permits you to backup your full database or individual tables. The backup data can be compressed in either Zip or Gzip format.</p>
-<p class="important"><strong>Note:</strong>&nbsp; This features is only available for MySQL/MySQLi databases.</p>
+<p class="important"><strong>Note:</strong>&nbsp; This features is only available for MySQL databases.</p>
<p>Note: Due to the limited execution time and memory available to PHP, backing up very large
databases may not be possible. If your database is very large you might need to backup directly from your SQL server