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 Advanced troubleshooting Installation problems on Ubuntu 16.04

  • vic

    Administrator
    October 5, 2017 at 12:01
    1547 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hi frepie,

    Can you edit this file?

    /etc/mysql/my.cnf

    Add this lines in the file:

    [mysqld]
    sql_mode=NO_ENGINE_SUBSTITUTION

    Then restart mysqld service.

    etc/init.d/MySQL restart

    Best regards,

    vic.

  • frepie

    Member
    October 5, 2017 at 14:56
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hi frepie,

    Can you edit this file?

    /etc/mysql/my.cnf

    Add this lines in the file:

    [mysqld]
    sql_mode=NO_ENGINE_SUBSTITUTION

    Then restart mysqld service.

    etc/init.d/MySQL restart

    Best regards,

    vic.

    Thank you for your quick reply.

    This is what I did ( last paragraph of my first post) and just after, I couldn’t connect to the database.

  • vic

    Administrator
    October 5, 2017 at 19:38
    1547 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hi frepie,

    After modifying the file, have you reset the mysql server?
    The error occurs when you modify the file of the server of mysql, mysql tries to start with the new configuration but as it detects that something is wrong it does not start it.

    Best regards,

    vic.