I have problems setting up the MySQL database for my application
If you have problems setting up the MySQL database for your application, make sure that:
- Your application is using the correct mysql hostname: localhost
- Your application is using the correct mysql database / username / password. Check this tutorial on how to create them;
- Your application is connecting to TCP port 3306.