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:
comment out line added confirm it's culprit. once confirmed, try this:
$cfg['servers'][$i]['hide_db'] = 'information_schema|performance_schema|mysql';
Comments
Post a Comment