woody79 Posted June 25, 2007 Share Posted June 25, 2007 I have a mac pro webserver running apache 1.3.x, php 4.x, mysql 5.x and it seems that whenever i start mysql it loses it connection to the internet. Anyone know why? Link to comment https://forums.phpfreaks.com/topic/57054-apple-mac-pro-server/ Share on other sites More sharing options...
steviewdr Posted June 25, 2007 Share Posted June 25, 2007 In /etc/mysql/my.cnf (or your mysql config) does it have the following: # Instead of skip-networking the default is now to listen only on # localhost which is more compatible and is not less secure. bind-address = 127.0.0.1 perhaps if you dont have the above, or have something different, it could case the problems you outlined. -steve Link to comment https://forums.phpfreaks.com/topic/57054-apple-mac-pro-server/#findComment-281881 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.