当MySQL Server已经在同一端口上运行时,我是否需要卸载MySQL Workbench与XAMPP服务器一起使用?

发布于 2025-01-31 07:46:50 字数 68 浏览 3 评论 0原文

我是否需要卸载MySQL Workbench与XAMPP服务器一起工作,因为MySQL Server已经在同一端口上运行?

Do I need to uninstall MySQL workbench to work with the XAMPP server as the MySQL server is already running on the same port?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

十年九夏 2025-02-07 07:46:50

MySQL Workbench本身很好。解决此问题的一种方法确实是卸载另一个MySQL Server以运行XAMPP ONE。另一种方法是调整Workbench随附的MySQL Server(停止它/更改其绑定的端口)。另外,您可以更改XAMPP MySQL Server绑定端口(这可能需要进一步的改编……)。为此,请从XAMPP控制面板中MySQL的“配置”下拉列表打开My.ini,然后将[客户端]和[mySQLD]部分中的端口值更改为其他一些自由端口。

MySQL workbench itself is fine. One way to solve this is indeed to uninstall the other MySQL server in order to run the XAMPP one. Another way is to adjust the MySQL server that comes with Workbench (stop it/change the port it binds). Alternatively, you can change the XAMPP MySQL server binding port (this might require further adaptations…). To do so, open the my.ini from the “Config” dropdown for MySQL in the XAMPP control panel and change the port value in the [client] and [mysqld] sections to some other free port.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文