MobHunting

MobHunting

114k Downloads

MYSQL error

TheIntelloBox opened this issue ยท 11 comments

commented

Hey,

I have setup well my MYSQL but error :

https://hastebin.com/itufohosig.sql

In my config there isn't the part "port".

commented

Mysql uses port 3306

commented

Yeah but in the config I don't have this part

commented

I ASKED for the database section.... :-)

just add the port to the hostname

mysql:
username: user
password: password
host: localhost:3306

commented

Have you create the database at all?

commented

Have you created the database at all?

commented

It looks like you have not set the hostname, username and password???

commented

If you dont know how to use a MySQL database, you can just use Sqlite like this

type: sqlite
database_name: mobhunting

commented

Let me see the database section

commented

Did you solve your problem?

commented

With sqlite yes. ;) Ty !