CyberKeeda In Social Media

FIX : PHPMyAdmin Error - Table 'phpmyadmin.pma_table_uiprefs' doesn't exist



Locate config.inc.php within phpMyAdmin folder.

Find and edit the below mentioned line .


       

$ Cfg ['Servers'] [$ i] ['table_uiprefs'] = ‘pma_table_uiprefs’;

 

Into

       

$ cfg ['Servers'] [$ i] ['pma__table_uiprefs'] = ‘pma__table_uiprefs’;

 
 


       

Finally to apply the changes Restart Apache

 

No comments:

Post a Comment

Designed By Jackuna