Make sure you set up the right 'server IP', 'DB name', 'DB username', 'DB password'. If so, then it's another problem.Why do I get that when I run my uberemu? I have edited the config and changed it to my dbs password and name so why doesnt it work?
TBH, it's out of my knowledge now.have done all that correctly, what is it then?
Change localhost to your IP (if portforwarded) or hamachi IP or your VPS' IP.lmao,
here is what it looks like...
## uberEmulator System Configuration File
## Must be edited for the server to work
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=*****
db.name=uberdb
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30
## Game TCP/IP Configuration
game.tcp.bindip=192.168.1.18
game.tcp.port=7575
game.tcp.conlimit=500
## MUS TCP/IP Configuration
mus.tcp.bindip=192.168.1.18
mus.tcp.port=6565
mus.tcp.allowedaddr=94.79.170.151
## Client configuration
client.ping.enabled=0
client.ping.interval=0
* = password
Do I need to change anything?