[Answer]-Running mysql database linked to my Django Project

1👍

I’ve been looking at 3 days on the internet and everything I’ve seen did not work.
Try this, see if in your mysql folder \data, you have the folder created by default, mysql and performance_schema floders.
Normally if you delete these folders gives that error.

If you need those folders I suggest you install MySQL on another computer and copy these 2 folders in mysql / data, where you have your database.

Leave a comment