Ad Min писал(а):
В параметре ConnectionString = , где у вас прописано подключение к базе укажите дополнительный параметр CharSet=utf8;
и будет вам ваше счастье.
Попробовал. Что-то без изменений.
В Робуст.ини:
[DatabaseService]
; MySQL
; Uncomment these lines if you want to use MySQL storage
; Change the connection string to your db details
StorageProvider = "Diva.Data.MySQL.dll"
ConnectionString = "Data Source=localhost;Database=robust;User ID=opensim;Password=qwerty29;CharSet=utf8;Old Guids=true;"
И там же, только в массиве профайлов:
[UserProfilesService]
LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService"
Enabled = true
;; Configure this for separate profiles database
ConnectionString = "Data Source=localhost;Database=profiles;User ID=opensim;Password=qwerty29;CharSet=utf8;Old Guids=true;"
Realm = UserProfiles
UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService
AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
Может я что-то не так сделал?