diff --git a/citest/config.httpRequest.ini b/citest/config.httpRequest.ini index 665a66e..512070a 100644 --- a/citest/config.httpRequest.ini +++ b/citest/config.httpRequest.ini @@ -174,8 +174,10 @@ template = 0 [MySQL] # MySQL configuration +#default port: 3306 dbserver = localhost -dbuser = root +dbport = 3306 +dbuser = boswatch dbpassword = root database = boswatch diff --git a/citest/config.mysql.ini b/citest/config.mysql.ini index 723df46..bad62e6 100644 --- a/citest/config.mysql.ini +++ b/citest/config.mysql.ini @@ -174,8 +174,9 @@ template = 0 [MySQL] # MySQL configuration +#default port: 3306 dbserver = localhost -dbport = 3306 #default port: 3306 +dbport = 3306 dbuser = boswatch dbpassword = root database = boswatch diff --git a/config/config.template.ini b/config/config.template.ini index 23cf14b..8f21093 100644 --- a/config/config.template.ini +++ b/config/config.template.ini @@ -191,8 +191,9 @@ template = 0 [MySQL] # MySQL configuration +#default port: 3306 dbserver = localhost -dbport = 3306 #default port: 3306 +dbport = 3306 dbuser = boswatch dbpassword = root database = boswatch