jo.ker
jo.ker

Reputation: 77

PHPMyAdmin maximum number of characters in table lines and field preview

I would like to increase the number of characters that are shown in table preview in phpmyadmin. I googled this but I could find a specific answer to my question because too many unrelevant results are shown in google. Does anyone know how to increase number of characters that are shown in phpmyadmin table lines field preview before the "..." is put?

Upvotes: 2

Views: 1295

Answers (1)

Marc Delisle
Marc Delisle

Reputation: 9012

This is settable in config.inc.php, in the $cfg['LimitChars'] directive. If you have activated the phpMyAdmin configuration storage, it's also changeable per user in Settings > Main panel > Browse mode > Limit column characters.

Upvotes: 2

Related Questions