I'm writing a Java setup program for installing a JDBC app, which connects to a Mysql database.
I want to create a script in order to provide final user setting privileges in that database and add it a table, without needing to write Mysql commands.
How can I do it ?
Thanks in advance.
I want to create a script in order to provide final user setting privileges in that database and add it a table, without needing to write Mysql commands.
How can I do it ?
Thanks in advance.