- Posts: 865
- Karma: 24
- Thank you received: 117
Grid Status: | Offline |
Please Log in to join the conversation.
[LLOGIN SERVICE]: Exception processing login for FoTo50 CyberLife: MySql.Data.MySqlClient.MySqlException: Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation \'=\'
at MySql.Data.MySqlClient.MySqlStream.OpenPacket () [0x00000]
at MySql.Data.MySqlClient.NativeDriver.ReadResult (System.UInt64& affectedRows, System.Int64& lastInsertId) [0x00000]
at MySql.Data.MySqlClient.MySqlDataReader.GetResultSet () [0x00000]
at MySql.Data.MySqlClient.MySqlDataReader.NextResult () [0x00000] at MySql.Data.MySqlClient.MySqlStream.OpenPacket () [0x00000]
at MySql.Data.MySqlClient.NativeDriver.ReadResult (System.UInt64& affectedRows, System.Int64& lastInsertId) [0x00000]
at MySql.Data.MySqlClient.MySqlDataReader.GetResultSet () [0x00000]
at MySql.Data.MySqlClient.MySqlDataReader.NextResult () [0x00000]
mysql> SELECT UUID,passwordHash,passwordSalt FROM auth;
+-------------------------------+--------------------------------+--------------------------------+
|UUID |passwordHash |passwordSalt |
+-------------------------------+--------------------------------+--------------------------------+
|b7705de4-cb3e-11df-ba63-00e0...|947be50574c0b9ba9efc68d48596d90e|098f6bcd4621d373cade4e832627b4f6|
+-------------------------------+--------------------------------+--------------------------------+
1 row in set (0.00 sec)
Please Log in to join the conversation.
Are you sure there is nothing else written in the console?
Did the component write a proper line into the table \"auth\"? Specially the fields \'UUID\', \'passwordHash\' and \'passwordSalt\' should be filled up with some strings similar to:
\FoTo50\:1208qazk wrote: Also another question: if it is running in Grid mode, is the table \'auth\' in the same database like \'UserAccounts\'?
Please Log in to join the conversation.