Gossamer Forum
Home : Products : Others : MySQLMan :

Row Number per page

Quote Reply
Row Number per page
Hi

In my MySQLMan, how do I change the default row number in the query return page from 20 to say 150. So that I can just scroll down, rather than going from page to page?

Thanks!
Quote Reply
Re: [wapachewei] Row Number per page In reply to
Open up mysql.cfg and look for this code:
Code:
# DISPLAY OPTION
# --------------------------------------------------------
# Set the number of rows to be displayed in one page.
page_length => 20,
That should do it for you.

Regards,
Charlie