Skip to main content

MySQL Row Size Too Large

Comments

5 comments

  • andrew.n
    What is the exact error you are getting when you import the database?
    0
  • cPRex Jurassic Moderator
    As @andrew.n was hinting at, there are a few different "row size" errors, but I'm guessing you are running in to one of the two mentioned here:
    0
  • azadhussnain
    As @andrew.n was hinting at, there are a few different "row size" errors, but I'm guessing you are running in to one of the two mentioned here:
    0
  • cPAdminsMichael
    @cPRex is already linking to a page describing the issue and how to fix it :) Issue is probably that your client is moving from a database NOT running in strict mode, and yours ARE running in strict mode (default in later versions of MySQL/MaraDB)
    0
  • cPRex Jurassic Moderator
    @azadhussnain - there is not an easier fix available for the issues you are seeing. If that fix doesn't work, or if you are not able to apply it, you may want to speak with your hosting provider to see if they can check the server and get you more details.
    0

Please sign in to leave a comment.