Showing posts with label MySQL. Show all posts
Showing posts with label MySQL. Show all posts

Friday, October 11, 2013

MySQL Workbench can't store connection passwords

This is workaround if you have issue like this. Add hardcoded password in each connection in ~/.mysql/workbench/connections.xml

<value type="string" key="password">yoursecretpassword</value>