Is it possible to page through a view in phpmyadmi

2019-06-27 11:29发布

Running phpmyadmin version 3.4.8.

I just noticed that there are no "paging" buttons when displaying a view that allows you to jump to the next page or the last page like when browsing a table.

I know you can set $cfg['MaxRows'] and I tried putting a "ShowAll" button on the page with $cfg['ShowAll'] = TRUE. I also know I can fill out the input boxes to the right of the "Show" button.

Phpmyadmin offers so many helpful features I am a little surprised I can't do this, but I haven't used it that long so maybe I am missing something.

标签: phpmyadmin
1条回答
戒情不戒烟
2楼-- · 2019-06-27 11:41

I think $cfg['MaxExactCountViews'] is the variable you are looking for: http://docs.phpmyadmin.net/en/latest/config.html#cfg_MaxExactCountViews

查看更多
登录 后发表回答