I’m getting error when importing mysql users into proxysql, I’m running it like this in proxysql-admin:
getting the following errors:
ERROR (line:620) : The cluster (with writer hostgroup:10) has not been configured in ProxySQL
Enter ProxySQL password:
ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that matches your MySQL server version for the right syntax to use near ‘SAVE MYSQL SERVERS FROM RUNTIME’ at line 1
ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that matches your MySQL server version for the right syntax to use near ‘SAVE MYSQL QUERY RULES FROM RUNTIME’ at line 1
ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that matches your MySQL server version for the right syntax to use near ‘SAVE MYSQL USERS FROM RUNTIME’ at line 1
ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that matches your MySQL server version for the right syntax to use near ‘SAVE MYSQL VARIABLES FROM RUNTIME’ at line 1
ERROR 1046 (3D000) at line 1: No database selected
ERROR (line:614) : Guys hostgroup retrieval failed.
– Please check the ProxySQL connection parameters and status.
my hostgroups are configured as follows:
I tried to change the settings in the proxysql-admin.cnf file without getting success, getting the same error.
Could you help me I’m a newbie and I’m having this difficulty.