Giter Club home page Giter Club logo

Comments (3)

JavierJF avatar JavierJF commented on May 27, 2024

Hi @OJOJIN,

this error is not coming from ProxySQL but from the MySQL backend query_cache_size was deprecated in MySQL 8. Could it be that you have a mismatch between the two ProxySQL versions regarding to mysql-server_version configuration variable, or maybe different backend version for both ProxySQL instances?

Please check if this is any of those cases, if they are, just updating the variable mysql-server_version with the corresponding backend version you are targeting should correct jdbc behavior and avoid setting query_cache_size.

Please let me know if this is the case, and I will close the issue. Thanks, Javier.

from proxysql.

OJOJIN avatar OJOJIN commented on May 27, 2024

Hi @JavierJF ,
I use MySQL version 8.0.33 and when I direct connect to MySQL version, spring boot has no error.
My ProxySQL proxysql.cnf mysql-server_version = '8.0.33'

I tried things(fix mysql my.cnf, fix jdbc driver, fix spring boot yml file) in ProxySQL version 2.6.2 but I coudn't fix and then when I downgrade to 2.6.1... finally fixed it

This is my full proxysql.cnf

datadir="/var/lib/proxysql"
admin_variables=
{
admin_credentials="admin:admin;radmin:radmin"
mysql_ifaces="0.0.0.0:6032"
}
mysql_variables=
{
threads=4
max_connections=2048
default_query_delay=0
default_query_timeout=36000000
have_compress=true
poll_timeout=2000
interfaces="0.0.0.0:6033"
default_schema="information_schema"
stacksize=1048576
server_version="8.0.33"
connect_timeout_server=3000
monitor_username="monitor"
monitor_password="monitor"
monitor_history=600000
monitor_connect_interval=60000
monitor_ping_interval=10000
monitor_read_only_interval=1500
monitor_read_only_timeout=500
ping_interval_server_msec=120000
ping_timeout_server=500
commands_stats=true
sessions_sort=true
connect_retries_on_failure=10
}

Thanks for your helping, OJOJIN

from proxysql.

renecannao avatar renecannao commented on May 27, 2024

Hi @OJOJIN

My ProxySQL proxysql.cnf mysql-server_version = '8.0.33'

ProxySQL ignores proxysql.cnf if it already created a proxysql.db file, as described in the documentation

... and then when I downgrade to 2.6.1... finally fixed it

The downgrade to 2.6.1 has nothing to do with the fix. You probably deleted proxysql.db in the process

from proxysql.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.