SBonfiglio
IS-IT--Management
Hello Folks.
I'm dealing with a weird behavior that seems to affect all MySQL and I cannot find any documentation about.
The fact is this: if I try to send to a db a text longer than 63000 (and some) bytes from somewhere that is not the Localhost console, the servers (all I have are 5.0) truncate the text to 63K and then write it in the TEXT field.
If I try to do the same with the same tools (GUI, SqlYog, etc) from the localhost console all works fine and I can record texts of any length.
This is affecting the work that I do with ColdFusion, but I have already checked that all the buffers in CF are correctly set. So I think it is a MySQL problem also because the same problem is visible with the official GUI tools (Query Browser) both win and linux.
Is there anybody who can explain me why is this ?
Thanks in advance for any reply.
Sergio
I'm dealing with a weird behavior that seems to affect all MySQL and I cannot find any documentation about.
The fact is this: if I try to send to a db a text longer than 63000 (and some) bytes from somewhere that is not the Localhost console, the servers (all I have are 5.0) truncate the text to 63K and then write it in the TEXT field.
If I try to do the same with the same tools (GUI, SqlYog, etc) from the localhost console all works fine and I can record texts of any length.
This is affecting the work that I do with ColdFusion, but I have already checked that all the buffers in CF are correctly set. So I think it is a MySQL problem also because the same problem is visible with the official GUI tools (Query Browser) both win and linux.
Is there anybody who can explain me why is this ?
Thanks in advance for any reply.
Sergio