25 Oct
2013
25 Oct
'13
3:46 p.m.
Hi, On 25 Oct 2013, at 16:23, zzeroo <[email protected]> wrote:
I have a similar installation, Debian system installed via apt, but with a Postgres Database. And I get exact the same error after the 5.2 upgrade.
What is the PostgreSQL equivalent to these commands?
see install doc and pick the instructions for your DB: http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationWAR#HInstall...
-bt- wrote
grant all on *.* to 'xwiki'@'127.0.0.1' identified by 'xwiki'; or grant all on *.* to 'xwiki'@'localhost' identified by 'xwiki’;
Thanks -Vincent