Mise à jour de 'src/Test/BDatabase.java'

This commit is contained in:
Bilal Boudjemline 2023-01-12 20:07:07 +01:00
parent d8b813742c
commit e61c390e8b

View File

@ -34,9 +34,9 @@ public class BDatabase {
public BDatabase() {
this.db_host = "jdbc:mariadb://dwarves.iut-fbleau.fr/";
this.db_name = "brinet";
this.db_user = "brinet";
this.db_password = "BIFERO77BuT+";
this.db_name = "";
this.db_user = "";
this.db_password = "";
try {
Class.forName("org.mariadb.jdbc.Driver");