• Hello.

    I have a MySQL Server running 5.0.32 on my main server and 5.0.51a on my slave server.

    When I try to start replication between the two i get:

    Last_Errno: 1105
    Last_Error: Error ‘master may suffer from http://bugs.mysql.com/bug.php?id=24432 so slave stops; check error log on slave for more info’ on query. Default database: ‘icount_wp’. Query: ‘INSERT INTO wp_1_options (option_name, option_value, autoload) VALUES (‘_site_transient_theme_roots’, ‘a:4:{s:14:\”default.delete\”;s:7:\”/themes\”;s:6:\”iCount\”;s:7:\”/themes\”;s:16:\”twentyten-delete\”;s:7:\”/themes\”;s:9:\”twentyten\”;s:7:\”/themes\”;}’, ‘yes’) ON DUPLICATE KEY UPDATE option_name = VALUES(option_name), option_value = VALUES(option_value), autoload = VALUES(autoload)’

    Has anyone ever seen this? Any solution to this problem?

    I am not considering upgrading the MySQL server on my main server for now.

    Thank you.

  • The topic ‘Old MySQL will not replicate due to _site_transient_theme_roots’ is closed to new replies.