Quote
I have set the article_article as longtext, but the problem still occur; whenever we try to edit/post a long article (we're talking veeeeeery long), it's empty when we try to preview, and all the data in the article is then lost.
I have looked in this forum for hours, and on other mysql sites, but are unable to find a solution.
I am dying to solve this issue, and would be forever thankful to he/she who can help
Quote
The maximum size of a BLOB or TEXT object is determined by its type, but the largest value you actually can transmit between the client and server is determined by the amount of available memory and the size of the communications buffers. You can change the message buffer size by changing the value of the max_allowed_packet variable, but you must do so for both the server and your client program. For example, both mysql and mysqldump allow you to change the client-side max_allowed_packet value. See Section 7.5.3, “Tuning Server Parameters”, Section 4.5.1, “mysql — The MySQL Command-Line Tool”, and Section 4.5.4, “mysqldump — A Database Backup Program”. You may also want to compare the packet sizes and the size of the data objects you are storing with the storage requirements, see Section 10.5, “Data Type Storage Requirements”
Quote
MaWe4585 wrote:
how long ist that article exactly? how many letters?
Maybe that is what you are searching(from mysql.com):Quote
For example, both mysql and mysqldump allow you to change the client-side max_allowed_packet value. See Section 7.5.3, “Tuning Server Parameters”, Section 4.5.1, “mysql — The MySQL Command-Line Tool”, and Section 4.5.4, “mysqldump — A Database Backup Program”. You may also want to compare the packet sizes and the size of the data objects you are storing with the storage requirements, see Section 10.5, “Data Type Storage Requirements”
Category Forum
Content Administration - 8Labels
None yet
Statistics
4 participants
Notifications
You are not receiving notifications from this thread.
Related Questions