Changes for page Getting started: Installing the Requea Platform on your machine
on 2011/01/26 14:12
on 2011/01/26 14:12
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -8,12 +8,15 @@ 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. there are several ways of doing it)((( 11 +* Create the requea database: (adapt mysql commands to your environment or your way of doing it) 12 +((( 12 12 {{code language="none"}} 13 13 mysql -u root -e "create database requeadb" 14 14 {{/code}} 15 15 ))) 16 -* 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):((( 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 17 {{code language="none"}} 18 18 mysql -u root -e "grant all privileges on requeadb.* to requea@127.0.0.1 identified by 'password'" 19 19 {{/code}}