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

Feature: Show Errors in History Tab

forums forums SQLyog SQLyog: Bugs / Feature Requests Feature: Show Errors in History Tab

  • This topic is empty.
Viewing 2 reply threads
  • Author
    Posts
    • #18173
      peterlaursen
      Participant

      concerning: importing really large batch insert statements: There is a setting in the MySQL server configuration file (my.cnf/my.ini) name MAX-ALLOWED_PACKET that controls this. If the server configuration is under your control you can raise the value (and stop and restart mySQL for the changes to take effect). Actually there migth be two MAX-ALLOWED_PACKET -values: one for use with the Mysqldump -utility another for clients like SQLyog.

      If the .sql file is generated with SQLyog you can have one row with each INSERT statement by unchecking “create bulk insert statements” in the export dialogue.

    • #18174
      Ritesh
      Member

      @yonder – Thanks.

      I have forwarded your issue to my development team.

    • #18175
      yonder
      Member

      Thanks Peter for the parameter… I should have looked at the error message more thoroughly 😉


      @Ritesh
      : Thanks a lot. Hope it will be implemented 😀

Viewing 2 reply threads
  • You must be logged in to reply to this topic.