phpMyadmin config.inc.php issue v 4.3.3 on mariadb 10.0.14
I was having a problem with some of the $cfg servers entries in config.inc.php not working. I had a list of errors when I would select operations tab.
What I found is notice the extra underscore character between pma and table. Once I added the extra underscore. The error went away. I had a few lines like that and once I fixed those all the errors went away.
$cfg['Servers'][$i]['table_uiprefs'] ='pma__table_uiprefs';
Hope this helps,
J
|