I need use SQL without working with MySQL. Just from Java create account, databases, export and import databases. Its possible? Or I should prefer XML for it?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
you can of course do it via a Statement that executes the MySQL commands for creating users:
See the mysql page here for the syntax of |
||||
|
|