and installed the xampp phpmyadmin and when I entered the following jump
The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. To find out why click here.
and click show and here is errors
$cfg['Servers'][$i]['users'] ... not OK [ Documentation ]
$cfg['Servers'][$i]['usergroups'] ... not OK [ Documentation ] Configurable menus: Disabled
$cfg['Servers'][$i]['navigationhiding'] ... not OK [ Documentation ] Hide/show navigation items: Disabled
How can fix it?
Run the following query in the phpmyadmin database:
Then, add the following lines into your config.inc.php file:
Then, log out of phyMyAdmin and log back in.
NOTE: You may also need to create a 'pma' user and grant all permissions on the 'phpmyadmin' database.