Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Error Code 1301

forums forums SQLyog Using SQLyog Error Code 1301

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #34299
      sathish
      Member

      Hello,

      SQLyog uses MySQL's concat_ws() function to generate checksums. You need to increase the max_allowed_packet of your source and target servers to an amount slightly more than the size of the biggest row in it.

      To change max_allowed_packet, open my.ini. Under [mysqld] section for both servers, change max_allowed_packet to whichever value you require, and restart the server.

      Regards,

      Sathish

    • #34300
      Sweens
      Participant

      Thanks Sathish – works perfectly now.

Viewing 1 reply thread
  • You must be logged in to reply to this topic.