(Emulator) Problems with connecting?

Kristopher

Photographer
Dec 25, 2010
803
68
Using butterfly emulator r105
Won't connect to the database is it due to not having the right mysql connecter or what maybe the problem?

YGeVzW2URnH0.png
 

Kristopher

Photographer
Dec 25, 2010
803
68
## uberEmulator System Configuration File
## Must be edited for the server to work

## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=test12
## db.name=hotel
db.name=hotel


## MySQL pooling setup (controls amount of connections)
db.pool.minsize=2
db.pool.maxsize=5


## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=30000
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=False


## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=127.0.0.1


## Client configuration
client.ping.enabled=1
client.ping.interval=30000


## Irc
irc.enabled=false


license.id=testtest
club.default=


game.pixel.enabled=true
game.pixel.amount=100
game.pixel.time=600
game.login.pixel.receiveamount=10


game.credits.enabled=true
game.credits.amount=50
game.credits.time=3600
game.login.credits.receiveamount=5


wired.enabled=true

My config.
 

Users who are viewing this thread

Top