Closed julmud closed 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
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