punti_zOriginal post
Rank 3: Container
Migrated and ran into below documented issue
https://github.com/appwrite/appwrite/issues/7887
To fix it I need to clean cache tables for which I need to log into mariaDB.
Can someone please provide instructions to do that
Summary
Code developers are facing login issues in MariaDB after migrating from version 1.5.4 to 1.5.5. The problem is documented on GitHub here: (link provided).
To fix this, developers need to clean cache tables, which requires logging into MariaDB. Unfortunately, no solution is discussed in the thread.