Alex
- Total activity 111
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 39
Comments
Recent activity by Alex Sort by recent activity-
Hi Also, did you enter 'cmon' as the mysql user in the add existing dialog? Then please use 'root' instead. Best Regards, Alex
-
Hi,Make sure to use N+1 hosts, e.g., 3 Galera hosts + 1 host for our ClusterControl node.You only used 3 hosts which is a problem since we require a dedicated host for ClusterControl. On the Cluste...
-
Hi, I did a quick test with installing ClusterControl only on 3 galera nodes and there are few issues early on which makes this a non-supported option at the moment. - MySQL statistics in your clus...
-
Hi,Yes, I agree with you that we need to provide overall better validation.We already do have various checkpoints in our web configurator and scripts but I guess this one slipped through. We'll loo...
-
Hi, The connection URL looks ok. - Check that you can connect from the application server to the DB nodes. You need to allow clients from the application server host to connect to the DB nodes. Can...
-
Hi, The correct setting for load balancing with Galera cluster is to use "mysql:loadbalance" with the default MySQL driver. Can you attach the full hibernate config file? Using the "ReplicationDriv...
-
Hi, Try adding these c3p0 settings. hibernate.c3p0.preferredTestQuery=SELECT 1(or hibernate.c3p0.preferredTestQuery=/* ping */)hibernate.c3p0.testConnectionOnCheckout=true Each time you checkout ...
-
Hi, Can you test and run the Java LB program with 5.0.8 vs 5.1.25 while restarting one of your DB nodes. It could be a driver bug and/or version that is causing this exception. 5.0.8 is quite old a...
-
Hi, Not sure if this could be the issue but can you check if you have a primary key on this table, prudhub.weather_forcast? If you don't have a good PK candidate then add an auto increment PK colum...
-
Hi Paul, Have you tried openVPN.net? It's open source and should work for you needs. Another option perhaps could be to use a DNS server (internal or external) and have you cloud instances update t...