sequeler icon indicating copy to clipboard operation
sequeler copied to clipboard

MySqli Error: Can't create more than max_prepared_stmt_count statements (current value: 16382)

Open cabelin opened this issue 3 years ago • 3 comments

I trying to connect a mysql database and show error: "Can't create more than max_prepared_stmt_count statements (current value: 16382)"

Can someone help me?

cabelin avatar Sep 29 '20 18:09 cabelin

https://gitlab.gnome.org/GNOME/libgda/-/issues/206

taozuhong avatar Sep 30 '20 02:09 taozuhong

Hi thanks for the reply I understand that it's a mysql problem, but I don't understand why my mysql connection works on another user interface like DBeaver.

cabelin avatar Sep 30 '20 12:09 cabelin

DBeaver doesn't use the LibGDA library, therefore is not affected by it. Once a new version of that library is released I will test it again and see if I can fix it.

Alecaddd avatar Oct 06 '20 22:10 Alecaddd