2
When I try to access any database by phpmyadmin it returns the following error:
SELECT tracking_active FROM `phpmyadmin`.`pma__tracking` WHERE db_name = 'phpmyadmin' AND table_name = 'pma__bookmark' ORDER BY version DESC
Mensagem do MySQL: Documentação
#1932 - Table 'phpmyadmin.pma__tracking' doesn't exist in engine
Usage Ubuntu 14.04 PHPMYADMIN Server version: 10.1.8-Mariadb - Source Distribution Use XAMPP
I installed the latest version of Xampp and did not make any further modifications after that.
I think your question is a little vague, can you specify in which system you are finding this message? Is this system Debian, Mint, etc, if it is Windows, you have installed it yourself or are you using a development base like Wamp, XAMP, etc? Try to rephrase your question, but from the looks of it, you installed a newer version of phpmyadmin but did not update the database, on Unix systems this already happens automatically.
– Renan Cavalieri
Seems to be something corrupted or installed in half.
– rray
I edited the theme there, corrupted I guess not because I’ve slapped twice already.
– João Carlos
Or it was installed on top, in case you should delete everything and then copy the files
– Renan Cavalieri
@Joãocarlos looks that answer
– Jéf Bueno
That seems to have been
override
.– Edilson
I copied and pasted the file so create_tables.sql and did not help giving the same error.
– João Carlos