Skip to content
Snippets Groups Projects
Commit b3f40f0d authored by LANTZ Nathan's avatar LANTZ Nathan
Browse files

pannel modifié un peu

parent 8ca3ad5b
Branches
Tags
No related merge requests found
{
"java.project.referencedLibraries": [
"lib/**/*.jar",
"panel_admin_sae/mysql-connector-java-8.0.30.jar"
]
}
\ No newline at end of file
......@@ -338,7 +338,7 @@ public class Panel implements ActionListener {
public static void main(String[] args) {
try {
Connection connection = DriverManager.getConnection("jdbc:mysql://localhost:3306/mydb", "root", "");
Connection connection = DriverManager.getConnection("jdbc:mysql://localhost:3306/mydb", "root", "root");
new Panel(connection);
} catch (SQLException e) {
e.printStackTrace();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment