From b62f4be92d30597199f5276b572898537b479d68 Mon Sep 17 00:00:00 2001 From: Randy Kerber Date: Wed, 17 May 2017 09:02:26 -0400 Subject: [PATCH] Revert mysql port property back to the standard MySQL default of 3306. I (Randy Kerber) had changed it to 3006 for Open PHACTS because the Docker setup for openphacts was looking for mysql on port 3006. But other users of BridgeDb might be relying on the old default of 3306. --- org.bridgedb.utils/resources/BridgeDb.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.bridgedb.utils/resources/BridgeDb.properties b/org.bridgedb.utils/resources/BridgeDb.properties index e7683b7d2..3c6efcf60 100644 --- a/org.bridgedb.utils/resources/BridgeDb.properties +++ b/org.bridgedb.utils/resources/BridgeDb.properties @@ -6,7 +6,7 @@ #It is HIGHLY RECOMMENDED to overwrite all relative directory paths! ###########Main SQL Database and user settings ####################### -SqlPort jdbc:mysql://localhost:3006 +SqlPort jdbc:mysql://localhost:3306 SqlDatabase ims SqlUser ims SqlPassword ims