no DB named....
you have in your post -
[Database]
host=localhost
user=meme
password=ergrgweg
database=
compression=off
need to specify a DB name -
[Database]
host=localhost
user=meme
password=ergrgweg
database= eq <---------- name of your emu mysql DB
compression=off
|