Check this lines
# Parameters Databases - MYSQL
Driver = com.mysql.jdbc.Driver
URL = jdbc:mysql://localhost/ <-your url
# Database name
GameserverDB = <---yourDB
LoginserverDB = <---yourDB
# Login - Mysql's user
Login = root <--your login name if you have changed.
# Password - Mysql's Password
Password = <--your password if you have!
# Attention: lazy init connections disabled!
# Please, set only real values for your database
# Default: 100
Just check that lines ;) and you are ready!