0
I want to know how you do it Connection
in Java to perform the direct connection in the table, or if it is possible to do this.
Example:
conexao = DriverManager.getConnection("jdbc:mysql://localhost:3306/scrum/usuario","root","tonhaoroot");
Database: Scrum table: usuario
The way to declare the connection is correct?