I created far too big fields. I thought it would be cool to store PHP snippets to the db with the snippet, its source and its comment. You can see the problem, the showing of long fields:
+--------+-------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
| 1 | http://svn.wikimedia.org/svnroot/mediawiki/trunk/phase3/includes/specials/SpecialRandompage.php | I love how clean and proper OOP Wiki Media's code is. Definitely bookmarking it to show PHP newbies what good PHP code looks like (and to remind myself). |
+--------+-------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
It is ironic that SO solved one of my problems to read the content even before submitting the question! In contrast, the content is very messy in my terminal. I am unsure whether I should read the content in MySQL or outside. Taking periodic snapshots of the content may be cool by trasferring the content to other format such as pdf. So:
How do you manage long fields in MySQL?
Example of the mess when I am in MySQL Monitor
Example of the mess when copy-pasted to my terminal