From version 18.1
edited by Pierre Dubois
on 2011/01/26 14:36
To version 19.1
edited by Pierre Dubois
on 2011/01/26 14:37
Change comment: There is no comment for this version

Summary

Details

Icon 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 localhost instead of the IP address 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.1 identified 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.1 identified 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 -
This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 9.11.5 - Documentation