If You are seeing this error it is due to the new security rule.Follow the steps to solve the error
Step 1: Edit the httpd-xampp.conf file
#vi /opt/lampp/etc/extras/httpd-xampp.conf
Step 2: Set line number
# se nu
Step 3:Add a line after 18 th line
Require all granted
Step 4: Restart Lampp
# /opt/lampp/lamp restart
After restarting lampp type http://localhost/phpmyadmin in browser
Now it is working
If language is different than english just edit the file config.inc.php add the following line in bottom
$cfg[lang] = 'en-utf-8';
No comments:
Post a Comment