Hi,
On 25 Oct 2013, at 16:23, zzeroo <co(a)zzeroo.com> 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#HInstal…
-bt- wrote
> grant all on *.* to 'xwiki'(a)'127.0.0.1' identified by
'xwiki';
> or
> grant all on *.* to 'xwiki'@'localhost' identified by 'xwiki’;
Thanks
-Vincent