Hi!

I am running Xwiki 5.2 and trying to create a new wiki from the Wiki Manager.

If fails with the following message in container logs: Access denied for user 'xwiki'@'localhost' to database 'ezr' (where 'ezr' is the wiki name).

I verified my installation reading the steps specified here : http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationMySQL

My guess is the 'xwiki' user can't create a new database : what if the official documentation about xwiki MySQL user for multi-tenant usage ?
Do I have to modify something in MySQL privileges ?

Here is the resulting privileges of "grant all privileges on xwiki.* to xwiki@localhost identified by 'xxx'"

+--------------------------------------------------------------------------------------------------------------+
| Grants for xwiki@localhost |
+--------------------------------------------------------------------------------------------------------------+
| GRANT USAGE ON *.* TO 'xwiki'@'localhost' IDENTIFIED BY PASSWORD '***' |
| GRANT ALL PRIVILEGES ON `xwiki`.* TO 'xwiki'@'localhost' |
+--------------------------------------------------------------------------------------------------------------+

From my understanding of the above , xwiki user only have all privileges access to xwiki db... So the user can't create any additional xwiki database !?

Thanks  !

--
Martin Hamant
IT Administrator    OW2   www.ow2.org
The open source community for infrastructure software

_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to