Welcome to Pandora FMS Community › Forums › Community support › Advanced troubleshooting › First time install error (mysql)
-
First time install error (mysql)
Posted by daviduco on March 26, 2019 at 13:52I got an error creating the database. I’m using root (so it has all privileges). I’ve tried to insert sql from cli but it has errors.
I’m stuck on this screen.
daviduco replied 5 years, 10 months ago 3 Members · 4 Replies -
4 Replies
-
::
I got an error creating the database. I’m using root user (so it has all privileges).
Greetings, daviduco
In which OS are you installing Pandora FMS? Also, it would be extremely useful if you could tell us which version are you trying to install.
Which version of MySQL are you running?
Kind regards,Â
Eduardo.
-
::
I got an error creating the database. I’m using root user (so it has all privileges).
Greetings, daviduco
In which OS are you installing Pandora FMS? Also, it would be extremely useful if you could tell us which version are you trying to install.
Which version of MySQL are you running?
Kind regards,Â
Eduardo.
Hi!
OS version
SLES 12 SP3.Pandora version
I followed this link.
https://wiki.pandorafms.com/index.php?title=Pandora:Documentation_en:Installing#SLES 12 SP3
zypper ar -f http://firefly.artica.es/suse PandoraFMS_Official_Repo
MYSQL version
Server version: 10.0.35-MariaDB SLE 12 SP1 packageOne more thing, i got this installing the packages (i broke this dependency):
Problem: nothing provides php-mysqlnd needed by pandorafms_console-7.0NG.732-1.noarch
-
::
I got an error creating the database. I’m using root user (so it has all privileges).
Greetings, daviduco
In which OS are you installing Pandora FMS? Also, it would be extremely useful if you could tell us which version are you trying to install.
Which version of MySQL are you running?
Kind regards,Â
Eduardo.
Hi!
OS version
It’s SLES 12 SP3.
I followed this link.
https://wiki.pandorafms.com/index.php?title=Pandora:Documentation_en:Installing#SLES 12 SP3
zypper ar -f http://firefly.artica.es/suse PandoraFMS_Official_Repo
MYSQL version
Server version: 10.0.35-MariaDB SLE 12 SP1 packageOne more thing, i got this installing the packages (i broke this dependency):
Problem: nothing provides php-mysqlnd needed by pandorafms_console-7.0NG.732-1.noarch
Hello daviduco,
Check if in my.cnf file exists this line:
sql_mode=NO_ENGINE_SUBSTITUTION.STRICT_TRANS_TABLES
and edit it as follows:
sql_mode=”
Please, tell us if that was the problem.
Regards.
-