Skip to content

Instantly share code, notes, and snippets.

@yevrah
Created December 3, 2014 05:03
Show Gist options
  • Save yevrah/9669ae6683fbc44c7e3c to your computer and use it in GitHub Desktop.
Save yevrah/9669ae6683fbc44c7e3c to your computer and use it in GitHub Desktop.
MySQL: Streaming log of insert statements
#!/bin/bash
tail -f /var/run/mysqld/mysqld.log | grep 'insert'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment