使用 phpmyadmin 同步两个数据库 - 什么是“socket”?对于这个操作?

发布于 2024-10-13 18:49:32 字数 102 浏览 2 评论 0原文

我想使用 phpmyadmin (在我的服务器上)同步两个数据库(一个在我的本地主机上,第二个在我的服务器上),并且我必须填写一个名为“socket”的配置字段。

这是什么?

I want to synchronize two databases (one on my localhost and second on my server) using phpmyadmin (on my server) and I must fill in a configuration field which is named "socket".

What is this?

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

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

发布评论

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

评论(2

趁微风不噪 2024-10-20 18:49:32

这是本地机器上的unix套接字,默认是/tmp/mysql.sock,但是你可以通过issue netstat -a | 查看它。 grep mysql 来找出您机器上运行的确切版本。

this is for a unix socket on the local machine, default is /tmp/mysql.sock, but you can check it out by issue netstat -a | grep mysql to find out the exact one running on your machine.

撧情箌佬 2024-10-20 18:49:32

您可以将套接字字段留空。

如果您想确定正确的套接字,请检查您的 MySQL 配置,或者使用 mysql 命令行客户端发出 status 命令。显示的结果信息将包括所使用的套接字。

You can leave the socket field blank.

Still in case you would like to determine the correct socket, check your MySQL configuration or, using the mysql command–line client, issue the status command. Among the resulting information displayed will be the socket used.

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