Replication error in my.ini
Posted: Fri Jun 22, 2018 6:34 am
For a day One of my replication server seems to totally lock up - when I start the replication on the server - the OpenDental Freezes at the point of logging in to OD - I have figured that the problem may lie in the my.ini file - as when I restore it to default Opendental - with the default my.ini the server runs fine - but when I add the lines of code for the replication process the Opendental freezes at the login prompt on the same computer - looking at the MySQL Workbench there are loads of simultaneous connections overflooding the MySQL connection working at 100%
my present my.ini file is - this is on the second server only for some odd reason
The reason why MySQL server is 5.6 is because somewhere in a year or so back i downloaded and installed using TrialDownload 15.1.26 which had MySQL 5.6 and it unknowing to me i upgraded the entire setup to MySQL 5.6 - I think im now stuck with this or should I roll back using the later 17.2.43 that is available on your site today
But my question is - is there a potneital bug in the MY.INI or it is something else
Thank
my present my.ini file is - this is on the second server only for some odd reason
Code: Select all
[mysqld]
basedir="C:/Program Files (x86)/MySQL/MySQL Server 5.6/"
datadir="D:/DATA/"
default-storage-engine=MyISAM
max_allowed_packet=40M
log-bin=mysql-bin
server-id=2
log-slave-updates
replicate-do-db=OPENDENTAL
relay-log=SERVER2-relay-bin
skip-name-resolve
auto_increment_increment=2
auto_increment_offset=2
But my question is - is there a potneital bug in the MY.INI or it is something else
Thank