Error message:
Init server database configuration error: java.lang.Exception: init server database pool error
At this time, please check your database account with domain. If nothing wrong with them, please check the following:
Open /chroot/mysql/etc/my.cnf, and find the node skip-networking,
Reason:
Enable skip-networking will close all the TCP/IP connections of MySQL, and only connection via mysql.sock is allowed. While 123 Flash Chat connects to MySQL via TCP, so it will disconnect if skip-networking is enabled.
Suggested Fix:
Please add # before
skip-networking, then restart MySQL.