mysql - All database dispeared when i set hide_db in config.inc.php of phpmyadmin -


i'm using phpmyadmin - xampp on mac os, , afraid of distroying 1 of system database of phpmyadmin wrote :

$cfg['servers'][$i]['hide_db'] = 'information_schema|performance_schema|phpmyadmin|mysql'; 

but after saved file , go browser , refresh databases have been disappeared

this image of output:

enter image description here

comment out line added confirm it's culprit. once confirmed, try this:

$cfg['servers'][$i]['hide_db'] = 'information_schema|performance_schema|mysql'; 

Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -