I installed XAMPP today on Ubuntu 14.04. I tried to create a new database in phpMyAdmin but received the error
#1932 - Table \'phpmyadmin.pma__tracki
Since none of the solutions worked for me I did the following:
sudo nautlius./opt/lampp/var/mysql.create_tables.sql (found at /opt/lampp/phpmyadmin/sql) file to another one on the desktop called sql.sql/opt/lampp/bin/mysql -uroot -pphpmyadmin with source /home/user/Desktop/sql.sqlThat solved the problem for me.