From 6bd04bc936e40c3a9cef33dd53a7974225827f16 Mon Sep 17 00:00:00 2001 From: Adam- Date: Tue, 4 May 2010 18:43:13 +0000 Subject: [PATCH] db_mysql_read now loads the full database git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2928 5417fbe8-f217-4b02-8779-1006273d7864 --- docs/MYSQL | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/MYSQL b/docs/MYSQL index 42d9c928b..a72482107 100644 --- a/docs/MYSQL +++ b/docs/MYSQL @@ -4,8 +4,6 @@ Anope MySQL Support MySQL support was readded in version 1.9.2 In the form of three modules. db_mysql_read - Allows you to load your databases from MySQL. - Note: At the time of writing, MySQL did not support full databases (no support for OperServ, MemoServ, and HostServ) - which means using this is limited. I recommend using db_plain with db_mysql_write and db_mysql_execute db_mysql_write - Allows live updating of SQL tables whenever something is executed in Anope. db_mysql_execute - Allows executing of Anope commands via SQL.