Essayez ceci dans une machine Windows :
COMMENCER
Process process = Runtime.getRuntime().exec("net START MySQL");
ARRÊTER
Process process = Runtime.getRuntime().exec("net STOP MySQL");
Essayez ceci dans une machine Windows :
COMMENCER
Process process = Runtime.getRuntime().exec("net START MySQL");
ARRÊTER
Process process = Runtime.getRuntime().exec("net STOP MySQL");