PDA

View Full Version : [SOLVED] Error -Can't access phpmyadmin ,in xampp.



Htut Myat
June 10th, 2013, 05:01 PM
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!

Htut Myat
June 10th, 2013, 05:04 PM
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).