Last answered:

19 Jan 2024

Posted on:

16 Jan 2024

0

error calling Python module function SQLIDEUtils.runSQLScript

I have problem import db_course_conversions database on MySQLworkbench installed on my OS system, the above error message returned after I tried to run the

 db_course_conversions.sql file.


1 answers ( 0 marked as helpful)
Instructor
Posted on:

19 Jan 2024

0

Hi Ao!
Thanks for reaching out.


The error suggests that the `db_course_conversions.sql` file either contains references to a non-existent database or table, or there are issues with the file format or content. Ensure the database mentioned in the SQL file exists in MySQL Workbench, and check the file for any syntax errors or missing elements. If the database doesn't exist, you may need to create it before running the SQL file.


Hope this helps.
Best,
Tsvetelin

Submit an answer