Error connecting mySQL database to nextjs project
I'm trying to connect my MySQL database, set up using this tutorial https://dev.mysql.com/doc/workbench/en/wb-getting-started-tutorial-creating-a-model.html Along with creating the model, I created a running server using the tutorial listed in the model tutorial. I've created a table inside of it and populated…