Skip to content

Instantly share code, notes, and snippets.

@asyndesis
Created August 13, 2013 20:36
Show Gist options
  • Save asyndesis/6225431 to your computer and use it in GitHub Desktop.
Save asyndesis/6225431 to your computer and use it in GitHub Desktop.
Quick way to access InterWorx DB
mysql -u iworx -p -S /home/interworx/var/run/mysql.sock -p`grep dsn.orig ~iworx/iworx.ini | cut -d : -f 3 | xargs -d @ | cut -d " " -f 1`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment