gpt4 book ai didi

phpMyAdmin 无法从 Linux 客户端连接到 Windows 7 上的远程服务器

转载 作者:太空宇宙 更新时间:2023-11-04 05:18:50 24 4
gpt4 key购买 nike

我无法从 Linux 计算机上的 phpMyAdmin 连接到 Windows 7 上的 mysql 服务器。

我已通过修改 common.inc.php 配置了 phpMyAdmin。我在 common.inc.php 底部添加了以下几行:

$i=2;
$cfg['Servers'][$i]['host'] = 'HostName:port'; //provide hostname and port if other than default
$cfg['Servers'][$i]['user'] = 'userName'; //user name for your remote server
$cfg['Servers'][$i]['password'] = 'Password'; //password
$cfg['Servers'][$i]['auth_type'] = 'config'; // keep it as config
$i++;

我看到一个下拉菜单,其中列出了远程服务器,但是当我选择远程服务器时,phphMyAdmin 返回到本地主机,并且它无法连接到远程且没有错误消息。

使用mysql命令连接到远程数据库服务器,并使用相同的用户/密码,我可以成功连接到数据库服务器。

版本是:

PHP 5.4.16 Development Server
phpMyAdmin 4.4.15.10
MySQL 5.6.32 - MySQL Community Server (GPL)

请求是从帖子发起的 Error from phmpMyAdmin when is configured in order to access remote server with local phpMyAdmin client我在其中输入了有关 phpMyAdmin 配置的请求

最佳答案

不支持在“host”指令中使用端口号。使用 '$cfg['Servers'][$i]['port']' 指令来指示端口号。 https://docs.phpmyadmin.net/en/latest/config.html#cfg_Servers_port

关于phpMyAdmin 无法从 Linux 客户端连接到 Windows 7 上的远程服务器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44946378/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com