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