From version 22.1
edited by Pierre Dubois
on 2011/01/26 14:46
To version 23.1
edited by Pierre Dubois
on 2011/02/24 16:13
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -10,8 +10,18 @@
10 10  
11 11  * Create the requea database: (adapt mysql commands to your environment or your way of doing it)(((
12 12  {{code language="none"}}
13 +
13 13  mysql -u root -e "create database requea"
15 +
14 14  {{/code}}
17 +
18 +Note : for UTF8 database, the create order is the following:
19 +{{code language="none"}}
20 +
21 +mysql -u root -e "create database requea default charset utf8"
22 +
23 +{{/code}}
24 +
15 15  )))
16 16  
17 17  * Give all privileges to the requea user for accessing the requea database. For example (if you get connections problems try 127.0.0.1 instead of the localhost address below):(((
This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 9.11.5 - Documentation