Got the error after installing Xampp ,and when enter the phpadmin (http://localhost/phpmyadmin/) . I can't access .
Error -Can't access phpmyadmin ,in xampp. Wrong permissions on configuration file, should not be world writable!
Archived thread 2153275 from Myanmar Team. Markdown source: Myanmar_Team/thread_2153275_Error_-Can't_access_phpmyadmin_,in_xampp..md
Got the error after installing Xampp ,and when enter the phpadmin (http://localhost/phpmyadmin/) . I can't access .
Error -Can't access phpmyadmin ,in xampp. Wrong permissions on configuration file, should not be world writable!
Solution-change the permissions of /phpmyadmin/config.inc.php to not be world writable (i.e. chmod 755 config.inc.php, or by using your FTP client).