Forum Moderators: coopster
I am creating a new database to store my links and files rather than simply updating them in an include file.
I use phpmyadmin and am having problems getting the database to accept a link that is over 200 characters long (some of them are extremely long, as some of them are deep in my folder list, and some include a couple of paragraphs of text to display.
Any thoughts on how to structure my DB to accept larger files and links.
Thanks!
There's also LONGTEXT and MEDIUMTEXT.
This link may be of some help:
[dev.mysql.com...]
dc
You may have unwittingly set the maximum length of your varchar or text field as 200 characters when creating the table. You can change the field length at any time, using the "Change" link when viewing the table structure.