Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

phpMyAdmin - doesn't show select results

My phpMyAdmin installation seems to be working just fine. I can handle databases and tables and insert datasets in tables.

But I cannot see the datasets in the tables. If I try to let it show the datasets by selecting "Browse" in the table-navigation, I get the following message:

Showing rows 0 - 0 ( 1 total, Query took 0.0061 sec)

BUT the table remains empty and no error messages appear.

I can get the data using php.

  • PHP Version: 5.2.6
  • MySQL Version: 5.0.45
  • phpMyAdmin Version: 3.5.3
like image 241
cowhi Avatar asked Oct 07 '22 03:10

cowhi


1 Answers

phpMyAdmin dosn't allow you to browse empty tables. A big red cross over Browse on top tab or disabled. So if Browse is avilable in phpMyAdmin what is the problem. A few times I have browsed a table with only 1 record and I thought I was not getting a result. In my hurry I didn't realize there was a record showing. A 1 row record is easyly missed.

enter image description here

Hope this helps

like image 160
david strachan Avatar answered Oct 10 '22 01:10

david strachan