med-material / LoggingManager

LoggingManager Package for Unity. Saves to CSV and to MySQL Databases.
MIT License
3 stars 3 forks source link

ConnectToMySQL: Trim newline characters from creds #5

Closed bastianilso closed 4 years ago

bastianilso commented 4 years ago

The presence of newline characters was preventing ConnectToMySQL to properly authenticate with the database. To fix this, add Trim() in each line. (Credit goes to Quentin for finding and suggesting solution for this)