equal
deleted
inserted
replaced
197 |
197 |
198 createlang -U pgadmin plpythonu template1 |
198 createlang -U pgadmin plpythonu template1 |
199 |
199 |
200 MySql configuration |
200 MySql configuration |
201 ``````````````````` |
201 ``````````````````` |
202 Yout must add the following lines in /etc/mysql/my.cnf file:: |
202 Yout must add the following lines in ``/etc/mysql/my.cnf`` file:: |
203 |
203 |
204 transaction-isolation = READ-COMMITTED |
204 transaction-isolation = READ-COMMITTED |
205 default-storage-engine=INNODB |
205 default-storage-engine=INNODB |
206 default-character-set=utf8 |
206 default-character-set=utf8 |
207 max_allowed_packet = 128M |
207 max_allowed_packet = 128M |
208 |
208 |
|
209 .. note:: |
|
210 It is unclear whether mysql supports indexed string of arbitrary lenght or |
|
211 not. |
|
212 |
209 Pyro configuration |
213 Pyro configuration |
210 ------------------ |
214 ------------------ |
211 |
215 |
212 If you use Pyro, it is required to have a name server Pyro running on your |
216 If you use Pyro, it is required to have a name server Pyro running on your |
213 network (by default it is detected by a broadcast request). |
217 network (by default it is detected by a broadcast request). |