yTakkar/React-Instagram-Clone-2.0

MySQL and Node errors/warnings

picasso566 opened this issue · 0 comments

Thank you Faiyaz for putting this project out there, could be a good starting off point for a weird project I'm working on.

questions
What version of MySQL is known to work with this app?
I saw in another thread where you mentioned that you were using Node 9.11.1 is that right?
/questions

MyBlabbering
I'm trying to get the app working as is and then maybe throw the mysql and nodejs portions into Docker containers. But before I can do that I need to get at least a good portion of the app working. So far, I cannot create users or log in due to mysql errors.

I am running Ubuntu 20 and MySQL 5.7. I have a feeling the mysql version is too recent and chokes on some of the queries.
/MyBlabbering