【mac】如何编辑和保存XAMPP7.3.11环境配置的_config.inc.php文件
<<最新更新日期:2019年11月9日>>
无法保存覆盖config.inc.php文件的问题。
在通过phpMyAdmin对数据库权限进行密码设定后,我想要修改config.inc.php文件中的身份验证类型。
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
,
,
,
在这里会发生初见杀。
在尝试覆盖保存时,会显示”无法保存,权限被拒绝”,导致无法保存更改的情况。
解决方案 (jiě jué cè)
总结一下,只要使用root@debian权限进行编辑就可以了。
以下是解决方案的步骤。
在打开的终端中,更新Debian包管理系统,并安装nano文本编辑器。
root@debian: apt-get update
root@debian: apt-get install nano
请以汉语进行本地化改写:
请陈述以下内容的不同表达方式,只需提供一种选项:
“Can you please turn off the lights?”
3. 打开终端(终端位于 root@debian),然后切换到 phpmyadmin 文件夹。
※尽管是 XAMPP,但它存在于 LAMPP 文件夹内,不必在意。
root@debian:~# cd ../opt/lampp/phpmyadmin
请帮我翻译以下句子为中文,只需要给一个选项:
4. 打开nano编辑器,然后打开config.inc.php文件。
root@debian:/opt/lampp/phpmyadmin# nano config.inc.php
5. 修改身份验证类型的密码。
编辑后,按 control+x -> Y -> Enter 键完成覆盖保存。
※如果将 auth_type 设置为 cookie,则需要输入 ID 和密码。
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '{設定したパスワード}';
请用中文将以下句子进行本地化改写,只需要一种选项:
最后
撞到困境的人可能正在用Finder打开终端,在../xampp/volumes/root/phpmyadmin处编辑config.inc.php。
由于XWAMPP环境在Mac上是在虚拟环境下运行的,因此必须使用root@debian权限来进行起始设置文件的配置。
由于在提问网站上并没有解释这个前提条件,所以有许多例子中提问者和回答者无法很好地配合。
如果有任何问题、不清楚的地方或错误,请与我们联系。
请以中文进行变换,并提供一个翻译选项:
I want to go to the park with my friends this weekend.