Database Connection

Hey so i started to develop a game that makes use of a login screen.

i used the MySql.Data.DLL and it works in unity. i can connect to the database, check if i have an account and log in.

But when i build a version of the game it does not work. this is the error in the output_log :
NotSupportedException: CodePage 1252 not supported
at System.Text.Encoding.GetEncoding (Int32 codepage) [0x00000] in :0

at MySql.Data.MySqlClient.Driver…ctor (MySql.Data.MySqlClient.MySqlConnectionStringBuilder settings) [0x00000] in :0

at MySql.Data.MySqlClient.Driver.Create (MySql.Data.MySqlClient.MySqlConnectionStringBuilder settings) [0x00000] in :0

at MySql.Data.MySqlClient.MySqlConnection.Open () [0x00000] in :0

can anyone help?

Did you find your .dll in the build ?

what there is a different speed between computer and mobile to connect from unity3d to to database (mysql) by php. the problem when I test in computer, computer more fast than mobile.
should i use driver mysql to connect database and do not use php like Mr. Slikker. it’s he look not use php to connect database.

yes it is in my build

It looks like your database is using a standard windows codepage, try encoding the database in UTF-8