I installed XAMPP today on Ubuntu 14.04. I tried to create a new database in phpMyAdmin but got an error
# 1932 - Table 'phpmyadmin.pma__tracking' does not exist in engine
So, I searched a little Google, and I saw that I should import create_tables.sql, located in /usr/share/doc/phpmyadmin/example(if I remember correctly, but I could not find it there, but I found it in /opt/lampp/phpmyadmin/sql. To import, but I get the same error.
At first, I installed XAMPP 5.6.14 / PHP 5.6.14 twice, but no changes. Then I installed XAMPP 5.5.30 / PHP 5.5.30, but still no changes. I also tried changing the config.inc.php file (then I stop XAMPP and start it again).
Note. I see the phpmyadmin database, and if I expand it, I see that all the tables that create the problems exist:

I have no idea why this is happening or how to solve it. Can anybody help?
PS: I saw that this question was asked before, but none of the answers I found worked for me.
source
share