phpMyAdmin 在没有 config.inc.php 的情况下能正常工作吗?
Dose phpMyAdmin works without config.inc.php?
我正在使用 Windows 服务器 2008 R2,nginx,php7,MySQL 5.7.
我手动配置了它们并决定安装 phpMyAdmin。
但是将 phpMyAdmin 文件解压到 c:\nginx\html\phpMyAdmin
文件夹后不需要配置。这意味着我没有编辑 config.inc.php
。当我在浏览器中输入地址 http://localhost/phpMyAdmin
时,phpMyAdmin 登录页面正确加载,通过 MySQL root 密码登录后,没有发生任何错误!
现在我的问题是:
phpMyAdmin 是否可以在没有 config.inc.php
的情况下工作?这安全吗?
This file only needs to contain the parameters you want to change from their corresponding default value
如果你不想改变默认的任何东西,那么你不需要在里面有任何东西,它也不需要存在。
我正在使用 Windows 服务器 2008 R2,nginx,php7,MySQL 5.7.
我手动配置了它们并决定安装 phpMyAdmin。
但是将 phpMyAdmin 文件解压到 c:\nginx\html\phpMyAdmin
文件夹后不需要配置。这意味着我没有编辑 config.inc.php
。当我在浏览器中输入地址 http://localhost/phpMyAdmin
时,phpMyAdmin 登录页面正确加载,通过 MySQL root 密码登录后,没有发生任何错误!
现在我的问题是:
phpMyAdmin 是否可以在没有 config.inc.php
的情况下工作?这安全吗?
This file only needs to contain the parameters you want to change from their corresponding default value
如果你不想改变默认的任何东西,那么你不需要在里面有任何东西,它也不需要存在。