```? 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="*"
a
Did you try setting
export DEBUG="*"
and re-running it?