hedgehog90 Posted September 18, 2015 Report Share Posted September 18, 2015 My $_SERVER["REMOTE_ADDR"] = ::1, unless I change the bind-address in my.ini to match it, when I connect to my database (with PDO) with the hostname 'localhost' it takes ~2 seconds.When I change bind-address to '::1' or '::', the time to connect with mysql becomes negligible.However, when I try to 'stop MySQL', it hangs and eventually I get this error and I have to kill the process. It appears my.ini doesn't handle ipv6 addresses well. Is there any way to fix this? if not, please fix this in a later build. I loves this software, I've struggled with XAMPP and WAMP in the past, but this is far superior IMO. Quote Link to comment Share on other sites More sharing options...
hedgehog90 Posted September 19, 2015 Author Report Share Posted September 19, 2015 I just realised phpMyAdmin returns this error: MySQL said:Cannot connect: invalid settings. When I have bind-address = ::1 in my.ini Please help!!! Quote Link to comment Share on other sites More sharing options...
Neophitus Posted September 28, 2015 Report Share Posted September 28, 2015 Have you tried just comment out the line? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.