Add files via upload
This commit is contained in:
@@ -11,7 +11,7 @@ public class DataBasePrison4Life {
|
||||
driver = new FabricMySQLDriver();
|
||||
DriverManager.registerDriver(driver);
|
||||
connection = DriverManager.getConnection(
|
||||
"url",
|
||||
"user", "password");
|
||||
"jdbc:mysql://localhost:3306/prison4life",
|
||||
"root", "root");
|
||||
} catch (SQLException e) { e.printStackTrace(); } }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user