How to save bad query? |
My site is under attack, so, I can see in logs detailed mysql error :
Code: Query error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' But it doesnt help me to recognise the error. I want see full sql query. How can I store all bad queries? |
Messages In This Thread |
How to save bad query? - by hgmflash123 - 01-24-2019, 05:17 AM
RE: How to save bad query? - by php_rocs - 01-24-2019, 05:02 PM
RE: How to save bad query? - by hgmflash123 - 01-28-2019, 06:53 AM
RE: How to save bad query? - by php_rocs - 01-24-2019, 05:05 PM
RE: How to save bad query? - by hgmflash123 - 01-28-2019, 06:55 AM
RE: How to save bad query? - by php_rocs - 01-28-2019, 10:44 AM
|