I want to know how to mount the Connection
in Java to make the direct connection to 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: user
How to declare the connection correct?