openmonero icon indicating copy to clipboard operation
openmonero copied to clipboard

Mysql ERR: Commands out of sync; you can't run this command now

Open ilie1988 opened this issue 4 years ago • 3 comments

When it runs many threads like 30+ after a while i get this error

| # ERR: Commands out of sync; you can't run this command now | # ERR: SQLException in | ....../src/db/MySqlAccounts.cpp | ( | select | ) on line | 269 | # ERR: | Commands out of sync; you can't run this command now | # ERR: SQLException in | ....../src/db/MySqlAccounts.cpp | ( | select | ) on line | 269 | # ERR: | Commands out of sync; you can't run this command now | # ERR: SQLException in | ....../src/db/MySqlAccounts.cpp | ( | select | ) on line | 269 | # ERR: | Commands out of sync; you can't run this command now | # ERR: SQLException in ....../src/db/MySqlAccounts.cpp(select) on line 269 | # ERR: Commands out of sync; you can't run this command now | # ERR: SQLException in ....../src/db/MySqlAccounts.cpp(select) on line 269 | # ERR: Commands out of sync; you can't run this command now | # ERR: SQLException in ....../src/db/MySqlAccounts.cpp(select) on line 269 | # ERR: Commands out of sync; you can't run this command now | # ERR: SQLException in ....../src/db/MySqlAccounts.cpp(select) on line 269 | # ERR: Commands out of sync; you can't run this command now

did you get this issue?

ilie1988 avatar Mar 26 '20 13:03 ilie1988

Haven't encountered it. Could you provide some info when it occurs? I can try to replicate it.

moneroexamples avatar Mar 28 '20 07:03 moneroexamples

Haven't encountered it. Could you provide some info when it occurs? I can try to replicate it.

Basicaly after to many connections the mysql select gets out of sync, i got it solved with this 2 commits

https://github.com/ilie1988/bittube-light-wallet/commit/5a4dba937813072f950915c4ad5bed53df20a69a https://github.com/ilie1988/bittube-light-wallet/commit/3e948fc0b6222729e0c28abd24a04d530dfef860

ilie1988 avatar Mar 28 '20 12:03 ilie1988

Thanks for the link to commits. I will have a look.

moneroexamples avatar Mar 28 '20 23:03 moneroexamples