1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 06:03:13 +02:00

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
This commit is contained in:
Adam-
2010-05-04 18:43:13 +00:00
parent 8c1afc307a
commit 6bd04bc936
-2
View File
@@ -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.