Tagged Questions

2
votes
2answers
75 views

GUI admin tool for managing production processes

I have several shell scripts, perl and java based processes running on a bunch of unix machines. I am looking for a dashboard like utility that can allow me to start, stop and monitor all these …
0
votes
3answers
415 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 …