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

pannel modifié un peu

parent 8ca3ad5b
No related branches found
No related tags found
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 { ...@@ -338,7 +338,7 @@ public class Panel implements ActionListener {
public static void main(String[] args) { public static void main(String[] args) {
try { 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); new Panel(connection);
} catch (SQLException e) { } catch (SQLException e) {
e.printStackTrace(); e.printStackTrace();
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment