Såg följande
/* Quoted from someone nice:
He means :
1 - go to the far left window pane labeled ""MySQL Servers"
2 - right-click on the server name (mine is root@localhost:3306)
3 - select "Edit". This brings up a window with tabs, the 2nd of which
is
labeled "MySQL Options"
4 - On this tab is the option "Automatically limit SELECT queries to"
and
the default = 1. (WHO thought up this default?)I set my limit to 10000, since some of my queries return more than 1000
records...End quote. */
