BeBot - An Anarchy Online and Age Of Conan chat automaton

Archive => Age of Conan Archive => AoC 0.6 support => Topic started by: squattinbull on April 12, 2010, 09:28:06 am

Title: Windows 7 Ultimate 64 bit
Post by: squattinbull on April 12, 2010, 09:28:06 am
Hello all,

I just recently changed my OS from Vista Home Premium to Windows 7 Ultimate 64bit.  Bebot worked fine on Vista Home Premium.  I set up mySQL same as before and started up the bebot engine after PHP was installed.  And the picture is what I get.  Any help would be greatly appreciated.

Thanks all,

~Bull~
Title: Re: Windows 7 Ultimate 64 bit
Post by: Yite on April 12, 2010, 10:05:38 am
Possibly firewall issues, I've tested on Windows 7 beta 64 bit (I used xampp) without problems so I know it is possible.
Title: Re: Windows 7 Ultimate 64 bit
Post by: Khalem on April 12, 2010, 03:45:42 pm
Try setting your MySQL server to 127.0.0.1 instead of localhost.

Other than that it is likely a firewall issue, or as someone has mentioned somewhere, that Windows 7 no longer maps localhost to 127.0.0.1 by default. I have however not verified these claims.
Title: Re: Windows 7 Ultimate 64 bit
Post by: squattinbull on April 13, 2010, 05:36:05 am
I have fixed the issue.  :)  Thanks guys.

Let it be known the fix for this, is to change:

Code: [Select]
Database server (usually localhost)
*/
$server = "localhost";
TO
Code: [Select]
Database server (usually localhost)
*/
$server = "127.0.0.1";

Change this line in the MySQL.conf file under the conf folder and works like a champ.  Be sure to still follow the standard set up as described here:

http://bebot.link/helpful-posts/mysql-n00b-help/
Title: Re: Windows 7 Ultimate 64 bit
Post by: Khalem on April 14, 2010, 11:38:34 am
Post modified for readability.
SimplePortal 2.3.7 © 2008-2025, SimplePortal