Wireless Army
This is a blog / tips and tricks website for web developers and security researchers.
follow us in feedly


phpmyadmin permission error
by admin
 at 2017-06-06 08:00:00.

if you are using a shared folder on a vmware with a phpmyadmin folder, it will give you a permission error for the file confing.inc.php but since you can't chmod it (can't change the permission) you can fix your error by adding the following line to confing.inc.php

$cfg['CheckConfigurationPermissions'] = false;