Welcome to Pandora FMS Community!

Find answers, ask questions, and connect with our community around the world.

Welcome to Pandora FMS Community Forums Community support Database Error installing pandora 2.0 – Established privileges for user pandora

  • Database Error installing pandora 2.0 – Established privileges for user pandora

    Posted by daniels on November 14, 2008 at 08:08

    Hi guys.

    I´m getting this error during the installation of pandora 2.0:

    Established privileges for user pandora password random_pass’ (red light)

    All the other lights are green (connection database, creating, etc). The mysql database is in a different server. Any tip? There are any log where I could look for the source of the problem?
    Thanks in advance.
    Regards.

    Daniels

    daniels replied 16 years, 3 months ago 2 Members · 4 Replies
  • 4 Replies
  • manu

    Member
    November 14, 2008 at 08:54
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Are you using the branches code? Or the packages?

  • daniels

    Member
    November 17, 2008 at 15:42
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hi Manu.

    I´m using the packages. Tomorrow I will search inside the database creation script to try to get some tips about the problem.

    Thank you.

  • manu

    Member
    November 18, 2008 at 05:23
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Try to do it manually:

    http://www.openideas.info/wiki/index.php?title=Pandora_2.0:Documentation_en:Install_Console

    (Go down till you see: Pandora FMS Web Console installation (Manual))

  • daniels

    Member
    November 19, 2008 at 12:03
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hi Manu.

    I did manually and worked. I had to change some lines to reflect my environment (the database on another machine). I connected directly in my database server to run the commands:
    mysql> grant all on pandora.* to ‘pandora’@’web_server_ip‘ identified by ‘pandora123’;

    I also copied the .sql files to the database server to run the “cat” commands. After that, I followed the other steps (removed the install.php) and loged into the pandora console successfully.

    Now I will import my 1.3v database to 2.0v. Thanks for the help.