blob: d4696d1f30514ba6f8a5b8b847f907df4e454168 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
MySQL setup
===========
Run 'mysql' and then read in the initdb-mysql file using
'\. %%LXRDIR%%/initdb-mysql'.
This will create the database and a user called lxr with access
rights to the database.
Database upgrade between releases
=================================
0.9.6 -> 0.9.10: run 'mysql' and then execute upgrade sequence:
'\. %%LXRDIR%%/upgrade-0.9.10-mysql'.
|