I want to start mySQL daemon runnning from a java servlet, on a
redhat linux box. I know I'm going to have to use the exec()
command from the runtime object but I believe it's not very good
at running daemons.
I think I need to run bash shell and write the startup commands
to the input stream, is this right?
Has anyone done this out there?