diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-05-04 18:43:13 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-05-04 18:43:13 +0000 |
commit | 6bd04bc936e40c3a9cef33dd53a7974225827f16 (patch) | |
tree | 3bd34565adb0feeb20366497222f904a4ee4a94d /docs | |
parent | 8c1afc307a34c0c52f9f24253eaabdf9a9a74352 (diff) |
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/MYSQL | 2 |
1 files changed, 0 insertions, 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. |