Hãy thử điều này trong máy tính cửa sổ:
BẮT ĐẦU
Process process = Runtime.getRuntime().exec("net START MySQL");
DỪNG LẠI
Process process = Runtime.getRuntime().exec("net STOP MySQL");
Hãy thử điều này trong máy tính cửa sổ:
BẮT ĐẦU
Process process = Runtime.getRuntime().exec("net START MySQL");
DỪNG LẠI
Process process = Runtime.getRuntime().exec("net STOP MySQL");