Title: mysql wp_posts table. limited text&#8230;
Last modified: August 19, 2016

---

# mysql wp_posts table. limited text…

 *  [onyxxxx](https://wordpress.org/support/users/onyxxxx/)
 * (@onyxxxx)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/mysql-wp_posts-table-limited-text/)
 * Hi,
 * I create a big amount of text in my wordpress blog. For example I want to add
   text wich contains 150 kb in Notepad. I paste it in post and press save. my text
   is gone out. All post is empty and again and again … is the same. My wp_posts
   table in mysql is 980 kb now. I guess that this table don’t accept any posts 
   any more. Is some way to enlarge wp_posts table size?
 * Or it is something else…?
 * P.S. My server is 1000 mb including mysql, and I use 200 mb of them. So I think
   it shouldn’t be free space problem…

Viewing 1 replies (of 1 total)

 *  Moderator [Samuel Wood (Otto)](https://wordpress.org/support/users/otto42/)
 * (@otto42)
 * WordPress.org Admin
 * [18 years, 2 months ago](https://wordpress.org/support/topic/mysql-wp_posts-table-limited-text/#post-712124)
 * Wow, that’s a lot of text.
 * Take a look at it with phpMyAdmin, see if there’s some kind of size limit on 
   it. WordPress does not add any specific size limits.
 * You can see if a table has any limits like so (using SQL):
    `SHOW TABLE STATUS
   FROM db_name LIKE 'wp_posts';`
 * phpMyAdmin might display this same info elsewhere. Not sure about that.
 * But in general, table size in MySQL is limited by the file size allowed by the
   operating system. This is a server specific thing, you may need to have your 
   host help you.

Viewing 1 replies (of 1 total)

The topic ‘mysql wp_posts table. limited text…’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Samuel Wood (Otto)](https://wordpress.org/support/users/otto42/)
 * Last activity: [18 years, 2 months ago](https://wordpress.org/support/topic/mysql-wp_posts-table-limited-text/#post-712124)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
