Support Center > Knowledgebase > phpMyAdmin > Known Limitations > I have a table with many (100+) fields and when I try to browse this table I get series of errors like "Warning: unable to parse url". How can this be fixed ?
I have a table with many (100+) fields and when I try to browse this table I get series of errors like "Warning: unable to parse url". How can this be fixed ?
Your table has neither a primary key nor an unique one, so we must use a long expression to identify this row. This causes problems to parse_url() function. The workaround is to create a primary or unique key.
Also Read