如何为 phpMyAdmin 创建配置文件?
我通常在已安装 phpMyAdmin 的服务器上使用它。但是,我现在的任务是为 phpMyAdmin 的安装提供配置文件。
我有服务器名称、用户名和密码。我还在 phpMyAdmin 目录中创建了 config 目录。
我可以使用一些有关基本文件内容的帮助。任何帮助将不胜感激。
谢谢!
I generally use phpMyAdmin on a server where it is already installed. However, I now have the task of providing a config file for an installation of phpMyAdmin.
I have the server name, username and password. I also have created the config directory inside of the phpMyAdmin directory.
I could use some help with the basic file content. Any help would be appreciated.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的 phpmyadmin 文件夹中应该有一个名为 config.sample.inc.php 的文件 - 只需将其复制到 config.inc.php 并编辑它以满足您的需要
there should be a file called config.sample.inc.php in your phpmyadmin folder - simply copy it to config.inc.php and edit it to suit your needs