roundcube error issue
Old thread but seeing the same error in
WHM 54.0 (build 8) I disabled the "default-storage-engine=MyISAM" line in /etc/my.cnf
Restarted MySQL
Added the line back:
and restarted Mysql again:
Logged into RoundCube, not seeing any errors. Mail coming in. Looks fine.
root@cpanel [~]# cat /etc/my.cnf
[mysqld]
#default-storage-engine=MyISAM
innodb_file_per_table=1
max_allowed_packet=268435456
open_files_limit=10000
root@cpanel [~]#
Restarted MySQL
root@cpanel [~]# service mysql restart
Shutting down MySQL.. SUCCESS!
Starting MySQL.. SUCCESS! Added the line back:
root@cpanel [~]# cat /etc/my.cnf
[mysqld]
default-storage-engine=MyISAM
innodb_file_per_table=1
max_allowed_packet=268435456
open_files_limit=10000
root@cpanel [~]#
and restarted Mysql again:
root@cpanel [~]# service mysql restart
Shutting down MySQL.. SUCCESS!
Starting MySQL.. SUCCESS! Logged into RoundCube, not seeing any errors. Mail coming in. Looks fine.
-
Moved post to new thread, that one was very old. 0 -
Logged into RoundCube, not seeing any errors. Mail coming in. Looks fine.
Hello :) Could you elaborate if you are encountering any additional issues? Thank you.0
Please sign in to leave a comment.
Comments
2 comments