albanias 2 Posted November 4, 2022 Report Share Posted November 4, 2022 On 10/28/2021 at 10:28 AM, Origin said: hope they shut down, shitty owners money hungry asf Hidden Content Give reaction or reply to this topic to see the hidden content. ty Link to comment Share on other sites More sharing options...
kyan 17 Posted November 10, 2022 Report Share Posted November 10, 2022 tytyty Link to comment Share on other sites More sharing options...
siepel 1 Posted November 12, 2022 Report Share Posted November 12, 2022 gonna try it Link to comment Share on other sites More sharing options...
AllGeniusHost 283 Posted November 13, 2022 Report Share Posted November 13, 2022 let me see what this is Link to comment Share on other sites More sharing options...
deeman1337 1 Posted November 23, 2022 Report Share Posted November 23, 2022 (edited) Hey, Does anyone know where I am going wrong with MySQL and getting the server to run. discord: Taco#3811 HikariConfig config = new HikariConfig(); // For some reason, we need to explicitly specify the timezone to prevent a stacktrace of "EDT" unrecognized. String url = "jdbc:sqlserver://" + properties.getProperty("host") + "/" + properties.getProperty("database") + ";serverTimezone=" + properties.getProperty("serverTimezone") + ";integratedSecurity=true"; log.info("Creating mysql database service [{}] with url: {}", name, url); config.setJdbcUrl(url); config.setDriverClassName("com.mysql.cj.jdbc.Driver"); //config.setDriverClassName("com.microsoft.sqlserver.jdbc.SQLServerDriver"); config.setAutoCommit(false); config.setRegisterMbeans(true); config.setPoolName(name); config.setMinimumIdle(Integer.parseInt(properties.getProperty("maximumConnections"))); config.setConnectionTimeout(30_000); config.setMaximumPoolSize(512); config.setLeakDetectionThreshold(60_000); //config.setUsername(properties.getProperty("username")); //config.setPassword(properties.getProperty("password")); config.validate(); return new HikariDataSource(config); } Edited November 23, 2022 by deeman1337 Link to comment Share on other sites More sharing options...
elleps 1 Posted November 23, 2022 Report Share Posted November 23, 2022 😛 Link to comment Share on other sites More sharing options...
 TheShadow95 5 Posted November 25, 2022 Report Share Posted November 25, 2022 nice Link to comment Share on other sites More sharing options...
Wesson 0 Posted November 25, 2022 Report Share Posted November 25, 2022 I'm going to check this out. Link to comment Share on other sites More sharing options...
Raven coding 0 Posted November 30, 2022 Report Share Posted November 30, 2022 ty Link to comment Share on other sites More sharing options...
reuploadz 0 Posted November 30, 2022 Report Share Posted November 30, 2022 thanks for releasing Link to comment Share on other sites More sharing options...
Curi 0 Posted December 14, 2022 Report Share Posted December 14, 2022 ✔ Link to comment Share on other sites More sharing options...
bobbydaniel 0 Posted December 16, 2022 Report Share Posted December 16, 2022 ty!!! i needed this Link to comment Share on other sites More sharing options...
EazyAsh 1 Posted December 20, 2022 Report Share Posted December 20, 2022 ty Link to comment Share on other sites More sharing options...
gvs 8 Posted December 22, 2022 Report Share Posted December 22, 2022 cool Link to comment Share on other sites More sharing options...
BlackSmith 0 Posted December 23, 2022 Report Share Posted December 23, 2022 thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now