BeBot - An Anarchy Online and Age Of Conan chat automaton
Archive => Anarchy Online Archive => BeBot 0.2 support => Topic started by: Galadriell on October 18, 2005, 05:20:34 am
-
Stored Connection: blank
Serverhost: blank Port:3306
Username: Bebot
Password: banana
As the serverhost Ive put in localhost and I get this error when pressing ok:
"Could not connect to the specified Instance. Mysql error number 2003.
Could not connect to Mysql server on 'localhost' (10061). If you want to check the network connection, please click the ping button."
I press the ping button and I get a response
"Reply from 127.0.0.1: Time=0ms TTL=128".
I also tried using my I.P. on the network which is 192.168.1.5 I get this error
"Could not connect to the specified Instance. Mysql error number 2003. Could not connect to Mysql server on '192.168.1.5' (10061). If you want to check the network connection, please click the ping button."
I ping this and get this response: Reply from 192.168.1.5: Time=0ms TTL=128
I even try my routers ip I get the exact same error, and even get a ping response. Ive tried almost everything I can think of, even messed around using the commands stated in the forums such as
GRANT ALL PRIVILEGES ON <dbname>.* TO <username>
IDENTIFIED BY <password>;
but had no luck and ended up getting more errors.
I followed everything in the "Uber guide" in the FAQ section except this is where Im stumped. Im using the php.exe and the mysql admin and server from the links from your page. Im using windows xp. I cant think of much else more to post here regarding info you might need. Any help would be appreciated, as I would really like to use this bot for my org.
-
You running MySQL on the same computer as you are trying to connect from? If not you have to allow connections from others than localhost.
-
yes its the same comp. any idea on how I could do that? Im kinda new at all this:P
-
Maybe running a firewal, cuz some of them are blocking services?
-
Thats the thing... Ive set my router to go around the firewall, to get certain games to work, and windows firewall is turned off.