Skip to content

Instantly share code, notes, and snippets.

@pavlealeksic
Forked from asyndesis/iw-access-iworx-db
Last active August 2, 2018 19:37
Show Gist options
  • Save pavlealeksic/f230629e03856f4c38d2c271f3be9940 to your computer and use it in GitHub Desktop.
Save pavlealeksic/f230629e03856f4c38d2c271f3be9940 to your computer and use it in GitHub Desktop.
Quick way to access InterWorx DB from terminal
mysql -u iworx -p -S /usr/local/interworx/mysql/iworx-db.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