X-Git-Url: http://aymargeddon.de/gitweb/?p=aymargeddon%2Fcurrent.git;a=blobdiff_plain;f=var%2FREADME;h=0e92f00f8358fca6f0771b64fdc506f9d6c53bb2;hp=9cb8daccef3c6dcecd34c46b7b89ad67609471a2;hb=25bbd909646c776fd050e9413fd7649f53a11c74;hpb=05176fd6f49774b1ce2e785e220b534e436fcab2 diff --git a/var/README b/var/README index 9cb8dac..0e92f00 100644 --- a/var/README +++ b/var/README @@ -8,11 +8,18 @@ The script backup generates a backup in ./+RAGNAROEK_BACKUP.sql The script from_scratch generates a complete empty database but with the old PLAYER and LOCALIZE tables. -The script do_sql executes his first command with mysql +The script init_server deletes PLAYER to and uses LOCALIZE_INIT +instead of LOCALIZE. this should only be uses if you start a new server or +want to get rid of your players. (TODO: does not work properly) + +The script do_sql executes his standard input with mysql in the +database RAGNAROEK with the appropriate user and password. in my.cnf is my configuration file for mysql to work with -InnoDB tabletype. make shure InnoDB tabletype works for you. mysql +InnoDB tabletype. make shure InnoDB tabletype works for you. old +versions of mysql sets default tabletype to MyISAM if it does not work without complaining! But FROGS and Aymargeddon wont work without the -transaction-capability from InnoDB +transaction-capability from InnoDB. This should not be used for newer +versions of Mysql.