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

Summary

Details

Icon Page properties
Content
... ... @@ -8,21 +8,18 @@
8 8  
9 9  * For the purpose of this small tutorial , we recommend that you install mysql on your environment if not already done : [[MySQL Install>>platform:Main:MySQLInstall]]
10 10  
11 -* Create the requea database: (adapt mysql commands to your environment or your way of doing it)(((
12 -{{code language="none"}}
11 +* Create the requea database: (adapt mysql commands to your environment or your way of doing it):
13 13  
13 +{{code language="none"}}
14 14  mysql -u root -e "create database requea"
15 -
16 16  {{/code}}
17 17  
18 18  Note : for UTF8 database, the create order is the following:
19 -{{code language="none"}}
20 20  
19 +{{code language="none"}}
21 21  mysql -u root -e "create database requea default charset utf8"
22 -
23 23  {{/code}}
24 24  
25 -)))
26 26  
27 27  * 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):(((
28 28  {{code language="none"}}
This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 9.11.5 - Documentation