From bill@william@TechServSys.com to comp.databases.mysql on Fri Jan 10 07:56:25 2020
From Newsgroup: comp.databases.mysql
Following change in ip address (and physical location) of the
master server, I am getting MySQL error rCL1146, table does not
existrCY on my slave server. even though it does
Ubuntu 16.04 LTS Server version: 5.7.24-0ubuntu0.16.04.1-log
(Ubuntu) This is the slave in a replication setup.
I just had to move the master server in November, which is when
the error poped up. I changed the "set master to" configuration
to reflect the new IP address and log file info. I backed up the
master server, copied the data to the slave server and restarted
the slave and all seemed to be good.
The error date/time is: 191230 07:19:01
when I do a 'Show slave status' I get (full data below)
Last_SQL_Errno: 1146 Last_SQL_Error: Error executing row event:
'Table 'phpmyadmin.pma__userconfig' doesn't exist'
I have read all the posts about recreating the table - they do
not seem to apply. Using phpmyadmin, when I looked at the table 'phpmyadmin.pma__userconfig it was present but empty. I copied
the data from the master (which has the same configuration) and
pasted it into 'phpmyadmin.pma__userconfig. The error persists.
I can make queries against the database, it just won't work as a
slave. It probably has to do with the change in server IP
address, but I can't see how. Suggestions?