Alecaddd / sequeler

SQL Client built in Vala
GNU General Public License v3.0
801 stars 66 forks source link

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

Open cabelin opened 3 years ago

cabelin commented 3 years ago

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?

taozuhong commented 3 years ago

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

cabelin commented 3 years ago

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.

Alecaddd commented 3 years ago

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.