I keep getting this error, "NotSupportedError at /logs/ MySQL 5.7 or later is required (found 5.6.50)." Is this a problem with ClearDB?
Asked
Active
Viewed 86 times
1 Answers
0
I just ran into this problem. Just as an idea I installed mysql into my virtual environment using pip install mysql
. After running pip freeze > requirements.txt
, it added MySQL to my requirements.txt and found that that when I pushed to heroku the problem disappeared. Hopefully that helps.

solidforge
- 36
- 7