I am doing a course on MySQL and we had to download a file to populate a database with data after we make the database, but the file is just "Export" on already made database and it has its own "CREATE TABLE IF NOT EXISTS" which means you can basically use it to create the database and populate it with data.
Here is the file https://pastebin.com/u1iWcQgx (its too big to just paste here)
What I am doing
1.Open phpmyadmin
And here is what I get when I press "GO"
My problem is that even if I need to change something...why should I need to? I mean...nobody else got this problem and this file is auto generated so there must be no errros....I suppose it is something with the database I create.
[EDIT] I used HeidiSQL and it worked perfectly....which makes me even more confused as to what is the problem.