Hi,
I've a database currently with 400 rows. When I query anything (from frontend,localhost) beyond 125 results are not returned. I'm using WAMP .
My query is very simple based on primary key I'm just doing SELECT * FROM tablename WHERE pid='variable';
The database will contain at least a 5000 rows. I'm not sure how to query.