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タグの関連エントリー

Search

アーカイブ