Gradle-Bearbeitung
This commit is contained in:
@@ -13,10 +13,10 @@ public class MariaDB
|
||||
|
||||
public MariaDB()
|
||||
{
|
||||
/*
|
||||
|
||||
username="root";
|
||||
pw="HappyBird1";
|
||||
url="jdbc:mariadb://localhost:3306/happybird";
|
||||
url="jdbc:mariadb://localhost/happybird";
|
||||
driver="org.mariadb.jdbc.Driver";
|
||||
try {
|
||||
Class.forName(driver);
|
||||
@@ -28,8 +28,8 @@ public class MariaDB
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
/*
|
||||
try
|
||||
{
|
||||
con = DriverManager.getConnection("jdbc:mariadb://localhost:3306/happybird?user=root&password=HappyBird1");
|
||||
@@ -43,6 +43,6 @@ public class MariaDB
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user