You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Illegal division by zero at /usr/bin/mysqltuner line 5563 (#2)
(F) You tried to divide a number by 0. Either something was wrong in
your logic, or you need to put a conditional in to guard against
meaningless input.
Uncaught exception from user code:
Illegal division by zero at /usr/bin/mysqltuner line 5563.
main::mysql_innodb() called at /usr/bin/mysqltuner line 6272
The text was updated successfully, but these errors were encountered:
I use MySQLTuner 1.7.13 and MySQL version 10.6.1-MariaDB-log
When I run MySQLTuner it crashed at line 5563 because of the deprecated variable innodb_log_files_in_group which is zero and therefore caused a hard crash of MySQLTuner
The text was updated successfully, but these errors were encountered: