Unable to Edit config.inc.php

[亡魂溺海] 提交于 2019-12-02 03:14:02

I was able to resolve this by accessing the config.inc.php file via the terminal provided by xampp.

First things first, the xampp-provided terminal needed nano (to edit the file) installed.

apt-get update
apt-get install nano

I then navigated to the file:

cd ../opt/lampp/phpmyadmin

Then opened the file with nano:

nano config.inc.php

This finally allowed me to edit the config.inc.php file and successfully save.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!