ForestAdmin/lumber

SequelizeConnectionError: Unknown database 'default@default'

JaapWeijland opened this issue · 1 comments

Hi all,

I have installed lumber through npm i -g lumber-cli. This installs version 2.1.4. I try to generate a backend through this CLI, so I run lumber generate "Admin Panel". I fill in the needed credentials, like the database name: default@default. When I run the generation, the CLI crashes with the error SequelizeConnectionError: Unknown database 'default@default', even though I am sure there is a database called default@default (see screenshot). What could be the problem?

Schermafbeelding 2019-07-12 om 14 26 33

Never mind. I was running an old MySQL instance in parallel by accident.