
怎么修改phpMyAdmin访问的端口号?

2024-10-28 广告
当PDF文件被保护且不知道密码时,可以尝试使用奥凯丰PDF解密大师中的解除限制功能来取消保护。此功能能够强制删除PDF密码,从而取消限制编辑。用户只需打开软件,选择解除限制功能,将PDF文件添加到软件中,点击开始即可快速解除限制。请注意,此...
点击进入详情页
本回答由百事牛提供
展开全部
如果你要改访问的端口,你必须修改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';
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询