怎么修改phpMyAdmin访问的端口号?
3个回答
快又稳
2024-10-28 广告
2024-10-28 广告
当域名未绑定到虚拟主机时,网站将无法被正常访问。这通常意味着域名的DNS设置未正确指向您的服务器IP地址,或者服务器配置中未将域名与对应的虚拟主机环境关联起来。解决此问题,需登录域名管理后台,检查并修改DNS记录,确保它指向了您的服务器IP...
点击进入详情页
本回答由快又稳提供
展开全部
如果你要改访问的端口,你必须修改apache服务器的访问端口。可以在httpd.conf修改监听端口。具体的修改方法如下:
#
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, instead of the default. See also the <VirtualHost>
# directive.
#
# Change this to Listen on specific IP addresses as shown below to
# prevent Apache from glomming onto all bound IP addresses.
#
#Listen 12.34.56.78:80
Listen 80 #修改服务器端口
#
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, instead of the default. See also the <VirtualHost>
# directive.
#
# Change this to Listen on specific IP addresses as shown below to
# prevent Apache from glomming onto all bound IP addresses.
#
#Listen 12.34.56.78:80
Listen 80 #修改服务器端口
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
只要修改phpmyadmin目录下libraries下配置文件config.default.php。
$cfg['Servers'][$i]['port'] = ''
这句注释表明这里空表示使用的是MySQL的默认端口3306。只要把它改为:
$cfg['Servers'][$i]['port'] = '3307';
$cfg['Servers'][$i]['port'] = ''
这句注释表明这里空表示使用的是MySQL的默认端口3306。只要把它改为:
$cfg['Servers'][$i]['port'] = '3307';
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询