Changes for page Getting started: Installing the Requea Platform on your machine
on 2011/01/26 14:46
on 2011/02/24 16:13
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- 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):(((