Switch to mysql in TagConnection.java
This commit is contained in:
parent
fc9030037c
commit
fd89f29064
|
|
@ -46,8 +46,8 @@ public class TagConnection
|
|||
{
|
||||
return;
|
||||
}
|
||||
Class.forName("org.mariadb.jdbc.Driver");
|
||||
connection = DriverManager.getConnection("jdbc:mariadb://" + this.host + ":" + this.port + "/" + this.database, this.username, this.password);
|
||||
// Class.forName("org.mariadb.jdbc.Driver");
|
||||
connection = DriverManager.getConnection("jdbc:mysql://" + this.host + ":" + this.port + "/" + this.database, this.username, this.password);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user