Windowsマシンでこれを試してください:
開始
Process process = Runtime.getRuntime().exec("net START MySQL");
停止
Process process = Runtime.getRuntime().exec("net STOP MySQL");
Windowsマシンでこれを試してください:
開始
Process process = Runtime.getRuntime().exec("net START MySQL");
停止
Process process = Runtime.getRuntime().exec("net STOP MySQL");