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