Skip to content

Instantly share code, notes, and snippets.

@iyank4
Created June 7, 2013 03:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iyank4/5726882 to your computer and use it in GitHub Desktop.
Save iyank4/5726882 to your computer and use it in GitHub Desktop.
Script to start MySQL workbench if WB cannot communicate with gnome-keyring-daemon
#!/bin/bash
export WB_NO_GNOME_KEYRING=1
mysql-workbench
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment