Skip to main content

Problems upgrading MySql 5.7 - MariaDB 10.3

Comments

4 comments

  • cPRex Jurassic Moderator
    Hey there! I agree it would be good to know more about how they copied the data over. When moving MySQL files, you can't just perform a straight copy or rsync, as it is best to do that work with a MySQL dump file. The best way to test this would be to perform a MySQL dump on the Source machine and import it into a server running MariaDB 10.3. That way you would know for sure if the issue was with the MySQL version or with the way the data was copied.
    0
  • e-richard
    Thanks for the thought. I can certainly give that a try.
    0
  • e-richard
    Thanks for the thought. I can certainly give that a try.

    Twas indeed a nice thought. I did a SQL dump on old server. Deleted the DB on new server. Using phpMyAdmin, I imported the .sql file onto new server. Sadly, exactly the same behaviour as before :(
    0
  • thewebexpert
    This is an old thread, but I wanted to let you know what the problem is, because I have had a client go through this same thing... It is Strict Mode that is on default. google how to turn it off, and the sites will work normally. Ideally you want the code changes, these calls are slower .. but hey, in the end you need a working site for clients. It is also very uncool for an ISP/VPS provider to charge for a temp server ... I had to upgrade to CentOS 7 and they gave me two weeks to doublecheck all of the settings....
    0

Please sign in to leave a comment.