Your mysql database is hosted on server projects-db.ewi.tudelft.nl

You can connect to your database through port 3306.

If you use the default mysql-client on a linux based system, use the following command to connect to your database:

mysql -h projects-db.ewi.tudelft.nl -u <username> -p <database-name>

For more information, see the MySQL Reference Manual