Shike
I keep getting this message
when trying to add text to a longtext field.
According to my Sam's teach yourself PHP, MySQL, and Apache... a longtext type has a max length of 4,294,967,295 characters. When I get the error the text in the field is 1,194 characters (including spaces) long. Now is the max length decided by the binary equivalent of the characters? or is it the actual character present?
I hope that my question is clear.
| Quote: |
| Forbidden
You don't have permission to access /phpmyadmin/tbl_replace.php on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. |
when trying to add text to a longtext field.
According to my Sam's teach yourself PHP, MySQL, and Apache... a longtext type has a max length of 4,294,967,295 characters. When I get the error the text in the field is 1,194 characters (including spaces) long. Now is the max length decided by the binary equivalent of the characters? or is it the actual character present?
I hope that my question is clear.
