mysql - PhpMyAdmin 将安装在我的系统上的什么位置?

标签 mysql netbeans phpmyadmin

我正在尝试使用 Netbeans 连接到 MySQL。在 this guide 的第 6 步中关于如何这样做,它说:

In the Path/URL to admin tool field, type or browse to the location of your MySQL Administration application such as the MySQL Admin Tool, PhpMyAdmin, or other web-based administration tools. Note: mysqladmin is the MySQL admin tool found in the bin folder of the MySQL installation directory. It is a command-line tool and not ideal for use with the IDE.

所以我需要找到我正在使用的管理工具的位置。我有 PhpMyAdmin 作为统一服务器的一部分,所以我尝试使用它。但我找不到它。我手动对 UniServerX 目录进行 DFS,但找不到与 PhpMyAdmin 相关的单个文件。有一个名为“PhpMyAdmin”的目录包含一堆文件,没有一个看起来像正确的文件。我搜索了一下,只能找到那个目录。

这是 PhpMyAdmin 的完整目录:

enter image description here

这是我要在 Netbeans 上填写的表格:

enter image description here

我尝试选择“db.opt”,但根据 Netbeans,这不是正确的文件。我应该在这个表格中填写什么?哪个文件单独对应于 PhpMyAdmin,如果我安装了 UniServer,我应该能够在我的系统上的什么地方找到它?

最佳答案

PhpMyAdmin 是一个用于管理 MySQL 数据库的 Web 界面。我认为您正在寻找的是其中之一(在您的浏览器中尝试它们):http://localhost/phpMyAdmin/http://localhost/apanel/phpMyAdmin/

NetBeans 中的路径可以随意配置,甚至可以留空。它只是打开管理控制台的快捷方式。

我建议将其设置为 UniController.exe(位于 UniServer 安装的顶级文件夹中)。通过该工具,您可以启动/停止服务器,它有一个按钮可以打开 PhpMyAdmin 控制台。

关于mysql - PhpMyAdmin 将安装在我的系统上的什么位置?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24789153/

相关文章:

php - Mysql查询日期格式、phpmailer

php - 为什么我的 jQuery ajax 函数在 PHP 返回 json 数据后没有成功触发?

java - 如何在初始化时隐藏 JFrame 的组件 + Netbeans 设计 View : color display

Java - 缓存大型对象实例以进行多次运行,可能在 NetBeans 中

java - 使用Java编写的RESTFul api登录/注册

MySql 插入选择 uuid()

php - mysql Find_in_set 更好还是单个查询检查更好

不允许远程连接的 Windows 共享主机中的 MySQL 备份

phpMyAdmin 访问被拒绝

mysql - phpMyAdmin 是否对生产造成安全风险