From version 14.1
edited by Pierre Dubois
on 2011/01/26 14:12
To version 15.1
edited by Pierre Dubois
on 2011/01/26 14:13
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -6,17 +6,15 @@
6 6  Oracle 10g and above
7 7  Microsoft SQL server 2005 and above
8 8  
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]]
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 -(((
11 +* Create the requea database: (adapt mysql commands to your environment or your way of doing it)(((
13 13  {{code language="none"}}
14 14  mysql -u root -e "create database requeadb"
15 15  {{/code}}
16 16  )))
17 17  
18 -* Give all privileges to the requea user for accessing the requea database. For example (if you get connections problems try localhost instead of the IP address below):
19 -(((
17 +* Give all privileges to the requea user for accessing the requea database. For example (if you get connections problems try localhost instead of the IP address below):(((
20 20  {{code language="none"}}
21 21  mysql -u root -e "grant all privileges on requeadb.* to requea@127.0.0.1 identified by 'password'"
22 22  {{/code}}
This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 9.11.5 - Documentation