Skip to Main Content

MySQL Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ERROR Table 'profiles_type' already exists in MySQL

user-wfrcmMay 12 2023

I'm uploading an APP in the OCI managed environment and I'm getting the error sqlalchemy.exc.OperationalError: (pymysql.err.OperationalError) (1050, "Table 'profiles_type' already exists")

But that table doesn't exist yet and this error occurs at the start of my migration in python.

I use Python, SQLAlchemy and Alembic.

Tks

Anderson Barroso

Comments
Post Details
Added on May 12 2023
1 comment
786 views