📄️ Convert SQLite Database to MySQL
Convert your Database
📄️ MySQL Replication
Replication enables data from one MySQL database server (the master) to be replicated to one or more MySQL database servers (the slaves). This improves performance if you have servers in different regions. All updates to the database must take place in the MySQL master. The connection to the MySQL slave is read-only. TCAdmin will only create a connection to the MySQL master if the database needs to be updated.
📄️ Improve MySQL Connection Speed
Disable name resolve
📄️ Changed the MySQL Server or Password and TCAdmin can't Connect
If you changed your MySQL password or server IP and TCAdmin doesn't start correctly replace the contents of C:\Program Files\TCAdmin2\Monitor\ConfigUtility.config or /home/tcadmin/Monitor/ConfigUtility.config with the following. Replace MYSQLIP, MYSQLDB, MYSQLUSER and MYSQLPASSWORD with the correct information. Then restart the monitor.