phpMyAdmin error: Table doesn't exist in engine

后端 未结 3 1674
無奈伤痛
無奈伤痛 2020-12-11 22:54

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

3条回答
  •  情歌与酒
    2020-12-11 23:44

    I made it working with some changes in /opt/lampp/phpmyadmin/config.inc.php:

    Add a $i=1 after /* server parameters */

    /* Server parameters */

    $i = 1

    AND fix tablespaces of phpMyAdmin as written in

    1932-table-phpmyadmin-pma-tracking-doesnt-exist-in-engine

提交回复
热议问题