Hello
OS:Ubuntu 18.04 / Zabbix 5.2 / Srv Database MariaDB 5.5.57
Unable to install Zabbix-Frontend this blocks the connection of the database with the error "MySQL server hasgone away" see screenshot
I am trying to install Zabbix Server/Front end on one server and Database is on another server.
Yet on the server the connection to the Database is done correctly see screenshot
My my.cnf
What do I have to do and how do I resolve this please?
Thank
OS:Ubuntu 18.04 / Zabbix 5.2 / Srv Database MariaDB 5.5.57
Unable to install Zabbix-Frontend this blocks the connection of the database with the error "MySQL server hasgone away" see screenshot
I am trying to install Zabbix Server/Front end on one server and Database is on another server.
Yet on the server the connection to the Database is done correctly see screenshot
My my.cnf
HTML Code:
[client] #password = your_password port = 3306 socket = /tmp/mysql.sock # The MariaDB server [mysqld] port = 3306 socket = /tmp/mysql.sock skip-external-locking key_buffer_size = 16M max_allowed_packet = 1M table_open_cache = 64 sort_buffer_size = 512K net_buffer_length = 8K read_buffer_size = 256K read_rnd_buffer_size = 512K myisam_sort_buffer_size = 8M default-storage-engine = MyISAM #skip-innodb # Point the following paths to different dedicated disks #tmpdir = /tmp/ # Replication Master Server (default) # binary logging is required for replication log-bin=mysql-bin # binary logging format - mixed recommended binlog_format=mixed [mysqldump] quick max_allowed_packet = 16M [mysql] no-auto-rehash # Remove the next comment character if you are not familiar with SQL #safe-updates [myisamchk] key_buffer_size = 20M sort_buffer_size = 20M read_buffer = 2M write_buffer = 2M [mysqlhotcopy] interactive-timeout
Thank
Comment