]> git.donarmstrong.com Git - infobot.git/blob - INSTALL.mysql
Initial revision
[infobot.git] / INSTALL.mysql
1 INSTALL.mysql
2 ----------------
3
4 - Debian: (apt-get install mysql-server)
5 - Debian: (apt-get install libdbd-mysql-perl)
6
7 - run 'mysqladmin -u root -p create <DB NAME>'
8 - run 'scripts/setup_user.pl'
9 = Possible problems
10         - if connection to localhost is (short) refused, run
11                 '/etc/init.d/mysql stop'.
12                 '/etc/init.d/mysql start'.
13         - if connection for user is refused, reload grant tables with
14                 'mysqladmin -u root -p reload'
15 - run 'scripts/setup_tables.pl'
16 * [OPTIONAL]
17         - run 'scripts/dbm2mysql.pl old-db' to convert dbm database file
18           to mysql.