You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to get it to work with MySql Server. I am stuck with migration and am getting error ifError got unwanted exception: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CASCADE; CREATE SCHEMA demo; GRANT ALL ON SCHEMA demo TO public; DROP SCHEMA IF' at line 1
I installed "loopback-connector-mysql"
I installed "db-migrate-mysql"
I modified .env to include connection information
I also tried to execute by converting the sql script to mysql it still throws the same error
Kindly help.
The text was updated successfully, but these errors were encountered:
Hello, I am trying to get it to work with MySql Server. I am stuck with migration and am getting error
ifError got unwanted exception: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CASCADE; CREATE SCHEMA demo; GRANT ALL ON SCHEMA demo TO public; DROP SCHEMA IF' at line 1
I installed "loopback-connector-mysql"
I installed "db-migrate-mysql"
I modified .env to include connection information
I also tried to execute by converting the sql script to mysql it still throws the same error
Kindly help.
The text was updated successfully, but these errors were encountered: