0
I would like to know how I can do a function that once I start the software, I can start the database service if it is turned off. to using java with swing, netbeans and Mysql
thanks in advance.
0
I would like to know how I can do a function that once I start the software, I can start the database service if it is turned off. to using java with swing, netbeans and Mysql
thanks in advance.
0
Mano if mysql is turned off there is no way you can start your database, you can configure in your Main class to open mysql so q run your project using "Process". example:
Process cal = Runtime.getRuntime().exec("calc.exe");//abri calculadora
vc can create a process to open mysql
Browser other questions tagged java mysql netbeans
You are not signed in. Login or sign up in order to post.
It was not that, but thanks for the help and the willingness.
– Rafael De Souza Santana