julmud / phpDVDProfiler

Adoption of the defunct phpDVDProfiler
MIT License
1 stars 4 forks source link

Fix: set database charset on connection #12

Closed julmud closed 4 years ago

julmud commented 4 years ago

Working with MySQL 8, the default database charset is UTF-8. As phpDvdProfiler is latin1 only, we need to specify at the database connection time that the client will use latin1 for all the data exchanged with the server.

This fixes issue #11