some bugs with json fixed
[aymargeddon/current.git] / var / README
1 In RAGNAROEK.sql, is the export from the testing-database,
2 generated with the script extract_structure_and_localize
3
4 In LOCALIZE.sql the same but only for table LOCALIZE.
5
6 The script backup generates a backup in ./+RAGNAROEK_BACKUP.sql
7
8 The script from_scratch generates a complete empty database but with
9 the old PLAYER and LOCALIZE tables.
10
11 The script init_server deletes PLAYER to and uses LOCALIZE_INIT
12 instead of LOCALIZE. this should only be uses if you start a new server or
13 want to get rid of your players. (TODO: does not work properly)
14
15 The script do_sql executes his standard input with mysql in the
16 database RAGNAROEK with the appropriate user and password.
17
18 in my.cnf is my configuration file for mysql to work with
19 InnoDB tabletype. make shure InnoDB tabletype works for you. old
20 versions of mysql
21 sets default tabletype to MyISAM if it does not work without
22 complaining! But FROGS and Aymargeddon wont work without the
23 transaction-capability from InnoDB. This should not be used for newer
24 versions of Mysql.
25