I've used my server for testing PHP & MySQL Applications long time ago.
Suddenly, When i try to execute any query on the any table in any database, i get only the first row in the result of the query !
I checked the configuration file, and didn't see anything strange there.
OS: Linux / Ubuntu 10.04 64bit Server Edition, Web Server: Apache/2.2.14, MySQL Client: 5.1.41, MySQL Server: 5.1.41-3ubuntu12.3 (Ubuntu)
And, I'm sure that there's no error in my PHP Code, While when i use phpMyAdmin, i get all rows normally !.
Where should be the problem ?