Database Security. Database Auditing. Database Caching. Database Masking. Get it now

UNKNOWN COMMAND

in

Hello

when i use greensql console or mysql client, I didn't have problem, all is ok.

But when I change mysql parameters to use 127.0.0.1:3305 on my website I have this:

SQL_DEBUG: PROTOCOL4.1
SQL_DEBUG: LONG PWD
SQL_DEBUG: USERNAME: root
SQL_DEBUG: UNKNOWN COMMAND
SQL_DEBUG: ...........@.... | 00 00 00 01 A5 A6 00 00 00 00 00 40 08 00 00 00
SQL_DEBUG: ................ | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
SQL_DEBUG: ....root.***** | 00 00 00 00 7********************
SQL_DEBUG: ********. |*********************
NET_DEBUG: Socket_write
NET_DEBUG: [1]backend socket fired 10
NET_DEBUG: packet size expected 11 bytes (received 11)
NET_DEBUG: Socket_write
NET_DEBUG: [1]frontend socket fired 9
SQL_DEBUG: UNKNOWN COMMAND
SQL_DEBUG: ite.........s | **********************
NET_DEBUG: Socket_write

Any ideas?

I add my database with console.

Regards,

Comments

You can ignore this message

You can ignore this message about "UNKNOWN COMMAND" during the login process.
Application handles it correctly.

OK but why it's working with

OK but why it's working with mysql but not with greensql ?
Connection or query freeze web page.

I don't have more log.

Problem was

Problem was MYSQL_CLIENT_COMPRESS.

Thanks,

Back to top