Page 1 of 1

#1932 table 'phpmyadmin.pma_tracking' doesn't exist in engin

PostPosted: 19. November 2015 10:07
by hanpedro
My box is Scientific Linux 7.1 x64 and xampp 5.6.14-3 x64.

After installing xampp, I opened phpmyadmin and created databases and users, then I got this error message everytime.

#1932 table 'phpmyadmin.pma_tracking' doesn't exist in engine


Any comments would be appreciated.
Thanks in advance.

Re: #1932 table 'phpmyadmin.pma_tracking' doesn't exist in e

PostPosted: 23. November 2015 16:25
by cg70200
The same here !

After a crash et re-install, I've tried 2 lasted version and always that error message !
I've tried to uninstall, remove the /opt/lampp folder... r
I can access localhost but when I try to do anything on Mysql with PhphMyadmin ( create a database, a table, read the phpmyadmin tables list etc), I got the error...

The sql called is "select tracking_active from 'phpmyadmin'.'pma__tracking' Where db_name='information_schema' AND table_name='all_plugins' order by version DESC

Please help !

Thanks a lot !

Cyril

Re: #1932 table 'phpmyadmin.pma_tracking' doesn't exist in e

PostPosted: 24. November 2015 09:35
by cg70200
I have just installed an old Xampp version (5.5.28) and it works again. I don't get the error message. That's cool, but I would like to understand the issue reason to be able to get the xampp up to date version....

Re: #1932 table 'phpmyadmin.pma_tracking' doesn't exist in e

PostPosted: 30. November 2015 01:09
by Red Dragon
I am getting the same error so it seems to be a bug

Re: #1932 table 'phpmyadmin.pma_tracking' doesn't exist in e

PostPosted: 30. November 2015 01:31
by Altrea
Hey guys,

Please try out these beta versions and let me know if the issue is gone

x64
https://downloads.bitnami.com/files/xam ... taller.run

x86
https://downloads.bitnami.com/files/xam ... taller.run

Re: #1932 table 'phpmyadmin.pma_tracking' doesn't exist in e

PostPosted: 04. December 2015 09:46
by quacainia
I had the same issues with both 5.5.30 and 5.6.14.

5.5.28 works fine though. I'm on a Mac with a completely fresh install of 10.11.

Oddly anything involved with using GUI in PHPMyAdmin to access the database gave me this error. However, I could still use my own SQL on the site, and the console worked perfectly fine too.

Re: #1932 table 'phpmyadmin.pma_tracking' doesn't exist in e

PostPosted: 04. December 2015 11:41
by Nobbie
quacainia wrote:Oddly anything involved with using GUI in PHPMyAdmin to access the database gave me this error. However, I could still use my own SQL on the site, and the console worked perfectly fine too.


Yes of course, this table is only required for some statistic tools in PhpMyAdmin (only "nice to have"), it is not part of MySQL or any Database.

Re: #1932 table 'phpmyadmin.pma_tracking' doesn't exist in e

PostPosted: 04. December 2015 14:26
by thomaseo
I had the same issue.

The problem is the double underscore in the phpmyadmin database on the name of its tables pma__ instead of pma_.

You have to change all the configuration files in the directory /opt/lampp/phpmyadmin and create new tables with pma_ (one underscore) importing the create_tables.sql having changed the the name of tables inside of that file (with one underscore).

position of create_tables.sql -> /opt/lampp/phpmyadmin/sql