Page 1 of 1

Error in phpMyAdmin - Xampp

PostPosted: 26. August 2020 12:09
by Serginho7
I installed version 7.4.9 of Xampp on Ubuntu 20.04, but when trying to use phpMyAdmin, I get the message:
phpMyAdmin - Error
Incorrect permissions on the configuration file, should not be allowed to be written by anyone!
I did not make any changes after installation. I only created folders in htdocs.
I've removed and installed everything again but the error persists.

Re: Error in phpMyAdmin - Xampp

PostPosted: 26. August 2020 12:51
by Nobbie
Why not simply changing the permission?

Run

Code: Select all
sudo chmod 644 /opt/lampp/phpmyadmin/config.inc.php


and you are done. Most basic linux knowledge.