- 2025年06月05日
- 星期四

我在我的服务器上运行了两个MySql(5.1.73-1-log)实例,一个在端口3306上(默认),一个在端口3307上.现在,我想更改PhpMyAdmin(3.3.7deb7)以获取第二个实例,在3307,而不是默认的.因此,我将以下行添加到config.inc.php: $cfg[Servers][$i][port] = 3307; 现
![nginx – [emerg] bind()到0.0.0.0:80失败(98:地址已在使用中)](https://www.029zz.com/wp-content/themes/menhu-1/thumb.php?src=https://www.029zz.com/wp-content/themes/menhu-1/images/1.jpg&w=300&h=180)
这让我发疯了!我想在端口81上使用nginx,在80上使用apache.apache正常工作,但是当我想启动nginx时,我收到此错误:nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) 但我没有在nginx上的端口80上配置任何网站!server { lis