I found this answer here, but still can't create a new Database.
I was also told that the default the password for root is blank, that didn't work, tried password, root etc :(
I'm stuck at the password screen.
The only thing I can gather is that the default ip I was given doesnt work.
- Check that mysql is running on server 127.0.0.1
- Check that mysql is running on port 3306 (note: 3306 is the default, but this can be changed)
According to this tutorial on their site, I need to check that mysql is running on the right server ip, but how do I even do that? :(