```? Set up a new Prisma server or deploy to an ex...
# orm-help
s
Copy code
? Set up a new Prisma server or deploy to an existing server? Use existing database
? What kind of database do you want to deploy to? MySQL
? Does your database contain existing data? No
? Enter database host localhost
? Enter database port 8889
? Enter database user root
? Enter database password root

Connecting to database !
 ▸    Connection terminated unexpectedly

Get in touch if you need help: <https://www.prisma.io/forum/>
To get more detailed output, run $ export DEBUG="*"
b
and do you have this db hosted locally?
s
yep! i can connect to the local mysql with a regular app
it’s, unfortunately, not a docker based db
j
I have same problem, can the nodecli only connect to a container?!
I’ve tried: localhost 127.0.0.1 0.0.0.0
s
yep, i got the docker container version to connect right away, i wonder if bare metal mysql database is the issue
j
weird, ok, spin up a container it is