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

Scheduled backup file syntax glitch

forums forums SQLyog Sync tools, Migration, Scheduled Backup and Notifications Scheduled backup file syntax glitch

  • This topic is empty.
Viewing 6 reply threads
  • Author
    Posts
    • #9138
      royvarley
      Member

      When backing up a largish database (tables with 1000's of records) using the “Scheduled Backup” tool, the resultant .sql file has a corrupt entry after several hundred records. For example:

      insert into `classes` (`ClassID`,`ClassDescription`,`ClassCode`,`StudioID`,`GenreID`,`Year`) values (206,'Pre-Elementary A / Pre-Elementary: Saturday, 9.00pm – 10.30am','019',3,1,2003);;

      insert into `classes` (`ClassID`,`ClassDescription`,`ClassCode`,`StudioID`,`GenreID`,`Year`) values (

      The double semi-colon occurs right before a truncated insert command. The next command is a valid insert. This happens at several places through the file – always with the double semi-colon (;;). The truncated insert is extra to the required inserts, that is, the preceeding and subsequent inserts are correct and should follow each other.

    • #18779
      Ritesh
      Member

      Which version of SJA are you using?

    • #18780
      peterlaursen
      Participant

      forget it …:-)

    • #18781
      royvarley
      Member

      SJA 4.1

      SQLyog 4.07 download

      What should we forget? 🙄

    • #18782
      Ritesh
      Member

      This is very strange as we had fixed a similar bug in v4.06.

      Is it possible to send me a dump of the database?

    • #18783
      Ritesh
      Member
    • #18784
      royvarley
      Member

      That fixed it! Thanks!

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