I cannot get a Play app within Boxfuse to connect to a MariaDB instance on the same computer (development PC).
vb-3144982e => Caused by: org.mariadb.jdbc.internal.common.QueryException: Could not connect to address=(host=localhost)(port=3306)(type=master) : Connection refused
vb-3144982e => at org.mariadb.jdbc.internal.mysql.MySQLProtocol.connectWithoutProxy(MySQLProtocol.java:626)
vb-3144982e => at org.mariadb.jdbc.internal.common.Utils.retrieveProxy(Utils.java:541)
vb-3144982e => at org.mariadb.jdbc.Driver.connect(Driver.java:95)
vb-3144982e => ... 12 more
vb-3144982e => Caused by: java.net.ConnectException: Connection refused
What am I missing to get the "contained" app to connect to a "host" port?