Change comment:
Rollback to version 18.2
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -35,15 +35,7 @@ 35 35 {{code language="none"}} 36 36 mysql -u root -e "grant all privileges on xwiki.* to xwiki@localhost identified by 'xwiki'" 37 37 {{/code}} 38 - 39 -{{warning}} 40 -If you're going to use Workspace Manager, you should also grant access to the database ##workspacetemplate## 41 -{{/warning}} 42 - 43 -{{code language="none"}} 44 -mysql -u root -e "grant all privileges on workspacetemplate.* to xwiki@localhost identified by 'xwiki'" 45 -{{/code}} 46 - 38 +))) 47 47 * Please make sure that the DNS-name "localhost" is defined in your hosts-file (i.e. /etc/hosts) 48 48 * You need to have the MySQL JDBC Driver JAR (named ##mysql-connector-java*.jar##) installed in XWiki's WAR file. If this file isn't present in XWiki's ##WEB-INF/lib## directory you'll need to download it and copy it there. You can download it from the [[MySQL Connector/J Driver page>>http://www.mysql.com/products/connector/j/]] or directly from the [[Maven Central Repository>>http://repo1.maven.org/maven2/mysql/mysql-connector-java/]].((( 49 49 {{warning}} ... ... @@ -79,7 +79,6 @@ 79 79 {{warning}} 80 80 XWiki does not create the Database Indexes automatically. You can use the [[Admin Tools Application>>extensions:Extension.AdminTools]] for that or [[create them manually>>AdminGuide.Database Administration]] 81 81 {{/warning}} 82 -))) 83 83 84 84 = Troubleshooting = 85 85