hirohama.mt archive2000年代から2019年までに公開した旅行、写真、ガジェットの記録です。

MySQL Connector/Jのroundrobinloadbalance

| コメント(4) |

Mark Matthews' Weblog

Properties props = new Properties();

props.put("autoReconnect", "true");

props.put("roundRobinLoadBalance", "true");

props.put("user", "foo");

props.put("password", "bar");

I君発見

MySQLタグの関連エントリー

アーカイブ