Mise à jour de 'src/Test/BDatabase.java'
This commit is contained in:
parent
d8b813742c
commit
e61c390e8b
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user