You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The username and password variables for connecting with MSSQL non-Windows Authentication is set to the MySQL variable set instead of the MSSQL variable set as defined in telemetry_settings.php.
The username and password variables for connecting with MSSQL non-Windows Authentication is set to the MySQL variable set instead of the MSSQL variable set as defined in telemetry_settings.php.
Recommend changing this:
speedtest/results/telemetry_db.php
Line 73 in f8f290a
to this:
return new PDO($dsn, $MsSql_username, $MsSql_password, $pdoOptions);
The text was updated successfully, but these errors were encountered: