Changes for page Getting started: Installing the Requea Platform on your machine
on 2011/01/26 14:36
on 2011/01/26 14:37
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -14,9 +14,9 @@ 14 14 {{/code}} 15 15 ))) 16 16 17 -* Give all privileges to the requea user for accessing the requea database. For example (if you get connections problems try localhostinstead of theIPaddress below):(((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):((( 18 18 {{code language="none"}} 19 -mysql -u root -e "grant all privileges on requea.* to requea@ 127.0.0.1identified by 'password'"19 +mysql -u root -e "grant all privileges on requea.* to requea@localhost identified by 'password'" 20 20 {{/code}} 21 21 ))) 22 22 ... ... @@ -71,17 +71,15 @@ 71 71 You will be prompted with a database connexion configuration screen: 72 72 73 73 74 -If you have left database name by default, the only thing you have to do is to enter the mySql daatabase password (the one you entered when typeing 'grant all privileges on requea.* to requea@ 127.0.0.1identified by "password")74 +If you have left database name by default, the only thing you have to do is to enter the mySql daatabase password (the one you entered when typeing 'grant all privileges on requea.* to requea@localhost identified by "password") 75 75 76 76 77 77 The database will be created. It may take some time. 78 78 79 -== Trouble shoot: 79 +== Trouble shoot: == 80 80 81 81 * to change database configuration, go to the following URL: 82 82 [[http:~~/~~/localhost:8080/dysoweb/config?op=init>>http://localhost:8080/dysoweb/config?op=init||rel="__blank"]] 83 83 84 - 85 85 * HTTP Status 500 - Unable to retrieve user information: org.hibernate.exception.SQLGrammarException: could not load an entity: 86 86 Make sure that you have entered the proper "grant all" order, and that the password is correct. 87 -