question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MySQL new schema creation does not work

See original GitHub issue

CLI gets stuck on prisma2 lift up when the MySQL URL contains a schema that does not exist.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
mavileincommented, Jul 17, 2019

A fix will be available with the next Preview release on July 18th.

1reaction
alexthegoodmancommented, Jul 6, 2019

I also experience an error when creating a new MySQL database schema.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't Create New Schema in MySQL Workbench ... - YouTube
Hello,I have newly started using MySQL and it's workbench. When I tried to create a new schema, it did not happen because the...
Read more >
How to create a database schema in MySQL | TheServerSide
Want to work with MySQL databases using Java? Here's a quick walkthrough of the first step to do that: create a schema.
Read more >
can't create schema for mysql database - DBA Stack Exchange
I am very new to mySQL so any advice would be much appreciated. I am aware that it is some sort of permission...
Read more >
MySQL 8.0 Reference Manual :: 13.1.12 CREATE DATABASE ...
CREATE DATABASE creates a database with the given name. To use this statement, you need the CREATE privilege for the database. CREATE SCHEMA...
Read more >
I can't create a schema database - Stack Overflow
Try it without quotes. If you're still getting an error, it might be that database is a reserved keyword.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found