Tagged Questions

1
vote
0answers
270 views

Importing stored connections from Mysql Gui tools to Mysql Workbench

I've been working with Mysql Gui tools (for 5.0) at work for nearly 2 years and have accumulated about 100 stored connections. We're now upgrading to use Mysql Workbench 5.3 Community Edition and i'm ...
1
vote
3answers
1k views

How to make a field NULL using MySQL GUI Tools?

I'm using the MySQL Query Browser (part of the MySQL GUI Tools) and need to change a field to NULL, but I can't figure out how to do it - if I delete the value it tries to update it to ''. Typing ...