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

Viewing Changes Made During Database Synchronization

forums forums SQLyog Sync tools, Migration, Scheduled Backup and Notifications Viewing Changes Made During Database Synchronization

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

      SQLyog does not log individual INSERT, UPDATE and DELETE statements.

      If you have access to server configuration you can enable the server 'general log' by inserting something like

      Code:
      log = [full_path_to]mylog.log

      in the [mysqld] section of the server configuration file. Don't forget to restart the server.

      BTW: I delete the other (identical) post of yours. It is VERY bad 'netiquette' to post dublicate posts! How do you think it is possible to follw a discussin that spreads over several posts?[code]

      in the [mysqld] section of the server configuration file. Don't forget to restart the server.

      BTW: I delete the other (identical) post of yours. It is VERY bad 'netiquette' to post dublicate posts! How do you think it is possible to follw a discussin that spreads over several posts?

    • #22135
      Kyle
      Member

      Yeah, sorry about the duplicate. I didn't notice this section (Data Synchronization and SQLyog Job Agent) until after I posted other one. I went to see if there was a way to remove it, but i didn't see an option.

      Thanks for the feedback though. Appreciate it.

    • #22136
      peterlaursen
      Participant

      OK. you are welcome 🙂

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