I installed xampp and it all seemed to be working fine. Today the http://localhost/phpmyadmin/ is showing only a blank page. I thought it was caused by the following warning I got:
XAMPP: Starting ProFTPD...Warning: World-writable config file '/opt/lampp/etc/my.cnf' is ignored
So I did:
chmod 644 /opt/lampp/etc/my.cnf
Thinking it would fix it. I restarted xampp, the view on http://localhost/dashboard/ works just fine, the warning is gone, but the php page at http://localhost/phpmyadmin/ is still just blank. How can I fix this? Any help would be deeply appreciated