0
I have several tables in my database, and until recently, there was no problem in any of them. I was able to manage the entire bank smoothly by Phpmyadmin. But suddenly in one of the tables the query SELECT *
stopped running properly on Phpmyadmin.
When executing the query SELECT *
FROM Score (or simply click on the table on the interface), Phpmyadmin accuses an error on the server, and gives no further detail. The query returns the records, but showing only the contents of the first three columns of the table (the table has 14 columns).
It is worth noting that this is a problem unique to Phpmyadmin. A query SELECT
in the Score table works normally on the Linux terminal and Mysql Workbench.
Another important detail is that this table has the largest number of records in my database. There are almost 200,000 records.
Has anyone ever had a similar problem? Would this be some restriction of Phpmyadmin for tables with a large amount of record? There’s something I can do to get around the problem?
could you provide print of what’s going on? Could you put your code in as well?
– Renato Junior