I trying to mount a docker-compose stack with a mariadb and proxysql and all works fine. When i navigate to https://172.25.0.174:6080/ (the VM that holds docker stack), the browser shows the ProxySQL Web UI. On top of this stack, i mount another VM…
There is a mariadb behind a ProxySQL that I am trying to connect to.
When using "debugging tools" like IntelliJ's Database plugin or DBeaver, it only works when we disable "sending application information".
In IntelliJ it is this setting:
On…
I'm looking to set up a writing proxy for our MariaDB database on Kubernetes. The problem we are currently having is that we only have one Write master on our 3 master galera cluster setup. So even though we have ours pods replication properly, if…
I am currently running a Galera Cluster in Kubernetes. The problem I am having is whenever I use a replicaset for Galera it causes problems. The problems stems from the service I have calling the first node I deploy as the "Write" member. The other…
When I Query ProxySQL Client Connections :
select * from stats.stats_mysql_global where variable_name like 'Client_connection%';
+-------------------------------------+----------------+
| Variable_Name | Variable_Value…
ProxySql just stop working, no idea why.
And no matter what query is used error would be the same.
9006 ProxySQL Error: connection is locked to hostgroup XX but trying to reach hostgroup YY
ProxySQl version: ProxySQL version…
We are using MySQL clusters with proxySQL with the following set up:
Server 1 is the main server hosting the main dB, located in Europe
Server 2 is a server in Asia used to serve local users, this server contains a read only version of the DB that…
On proxyql 2.2.0
I've the following rule which isn't working (stats_mysql_query_rules counter always on 0).
INSERT INTO mysql_query_rules (active, match_digest, destination_hostgroup, apply, multiplex) VALUES (1, '/\* Master \*/', 1, 1, 1);
This…
I wanted to use ProxySQL to manage two groups of servers that would have different databases, how could this be done?
Example:
X instance group
Write server 1
Read Server 2 - Replicate
Read Server 3 - Replicate
database a
database b
database c
Y…
I'm trying to setup simple proxy to galera cluster via proxysql. Backend nodes and proxysql all in docker. Proxy works ok, except monitoring. When i stop mariadb on one node, proxysql still shows the node as ONLINE.
I've tried:
Create monitoring…
I would like to use proxysql so that they can by itself redirect requests which will take too long to execute, I don't know if it's possible but I look no matter how hard I find anything.
Someone would have any idea ?
I can connect through ProxySQL (using ssl) to a MariaDB instance:
E:\>mysql -h 192.168.33.180 -P 6033 -u user --password=password --ssl
Welcome to the MariaDB monitor. Commands end with ; or \g. Your MySQL connection id is 38364 Server version:…
For a project with Data Fusion I need to create a Virtual Machine with Proxy SQL. In order to test this proxy I've created a second instance with MariaBD but I'm not able to establish the connection with the proxy. Here is what I have:
A VM running…