Note that there are some explanatory texts on larger screens.

plurals
  1. POphpMyAdmin configuration storage issue
    primarykey
    data
    text
    <p>I'm well aware that this is a commonly asked question, and I've gone through countless posts here, and elsewhere, but I can't seem to get this to work.</p> <p>I am seeing this error:</p> <p><code>The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated.</code></p> <p>This is my configuration file:</p> <pre><code>$cfg['Servers'][$i]['controluser'] = 'pma'; $cfg['Servers'][$i]['controlpass'] = ''; $cfg['Servers'][$i]['pmadb'] = 'phpmyadmin'; $cfg['Servers'][$i]['bookmarktable'] = 'pma__bookmark'; $cfg['Servers'][$i]['relation'] = 'pma__relation'; $cfg['Servers'][$i]['table_info'] = 'pma__table_info'; $cfg['Servers'][$i]['table_coords'] = 'pma__table_coords'; $cfg['Servers'][$i]['pdf_pages'] = 'pma__pdf_pages'; $cfg['Servers'][$i]['column_info'] = 'pma__column_info'; $cfg['Servers'][$i]['history'] = 'pma__history'; $cfg['Servers'][$i]['designer_coords'] = 'pma__designer_coords'; $cfg['Servers'][$i]['tracking'] = 'pma__tracking'; $cfg['Servers'][$i]['userconfig'] = 'pma__userconfig'; $cfg['Servers'][$i]['recent'] = 'pma__recent'; $cfg['Servers'][$i]['table_uiprefs'] = 'pma__table_uiprefs'; </code></pre> <p>There is a user called PMA with no password and full permissions.</p> <p>I have a database called phpmyadmin, and it was populated with the tables generated in the <code>examples/create_tables.sql</code> script. I cannot browse to these tables and see the contents, however because <code>SELECT command denied to user ''@'localhost' for table 'pma__table_uiprefs'</code> (I am logged into the root user).</p> <p>The query phpMyAdmin tries to run when I try to access any of the configuration tables is:</p> <pre><code>SELECT `prefs` FROM `phpmyadmin`.`pma__table_uiprefs` WHERE `username` = 'root' AND `db_name` = 'phpmyadmin' AND `table_name` = 'pma__bookmark' </code></pre> <p>I have cleared by browsers cache, restarted apache, done all of the little tricks I've seen elsewhere but all that's doing is making me frustrated.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload