doc/book/en/C010-setup.en.txt
changeset 1464 09afa1f808c4
parent 1460 6520efef1824
equal deleted inserted replaced
1463:136756fff6fb 1464:09afa1f808c4
   113     The values given above are our suggestions but of course
   113     The values given above are our suggestions but of course
   114     can be different.
   114     can be different.
   115 
   115 
   116 
   116 
   117 Databases configuration
   117 Databases configuration
   118 =======================
   118 -----------------------
       
   119 
   119 
   120 
   120 
   121 
   121 .. _ConfigurationPostgres:
   122 .. _ConfigurationPostgres:
   122 
   123 
   123 Postgres configuration
   124 Postgres configuration
   124 ----------------------
   125 ``````````````````````
   125 
   126 
   126 .. note::
   127 .. note::
   127     If you already have an existing cluster and postgres server
   128     If you already have an existing cluster and postgres server
   128     running, you do not need to execute the initilization step
   129     running, you do not need to execute the initilization step
   129     of your Postgres database.
   130     of your Postgres database.
   180 * Installation of plpythonu language by default ::
   181 * Installation of plpythonu language by default ::
   181 
   182 
   182     createlang -U pgadmin plpythonu template1
   183     createlang -U pgadmin plpythonu template1
   183 
   184 
   184 MySql configuration
   185 MySql configuration
   185 -------------------
   186 ```````````````````
   186 Yout must add the following lines in /etc/mysql/my.cnf file::
   187 Yout must add the following lines in /etc/mysql/my.cnf file::
   187 
   188 
   188     transaction-isolation = READ-COMMITTED
   189     transaction-isolation = READ-COMMITTED
   189     default-storage-engine=INNODB
   190     default-storage-engine=INNODB
   190     default-character-set=utf8
   191     default-character-set=utf8