Merge branch 'master' of /var/cache/git/aymargeddon/current
[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 do_sql executes his first command with mysql
12
13 in my.cnf is my configuration file for mysql to work with
14 InnoDB tabletype. make shure InnoDB tabletype works for you. mysql
15 sets default tabletype to MyISAM if it does not work without
16 complaining! But FROGS and Aymargeddon wont work without the
17 transaction-capability from InnoDB
18