This is a discussion on Error 414 Request URL too long with Phpmyadmin within the Apache Web Server forums, part of the Web Server and Related Forums category; when trying to modify some data in a Mysql table with PHPMyAdmin, i got this Apache error System : Linux Redhat ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Bernard S. wrote:
> when trying to modify some data in a Mysql table with PHPMyAdmin, i > got this Apache error > > System : > Linux Redhat 7.x > Apache 1.3.x > Mysql 3.23 > PHPMyAdmin 2.2.3 > > Any help would be appreciated http://www.w3schools.com/html/html_httpmessages.asp Don't quote me on this, but I think that a GET request URL is limited to something like 256 characters according to an RFC that I read once (HTTP/1.0??). It sounds like phpMyAdmin is generating a link or redirect using GET that is too long for the server to handle. -- Justin Koivisto - spam@koivi.com PHP POSTERS: Please use comp.lang.php for PHP related questions, alt.php* groups are not recommended. |