foto50 wrote:
Reading this post, I assume that your previous post "Table Regions does not exist 04-08-2018" seems to be solved? If yes, what was the issue? Could you pls post it there so others also can read it? thnx
Yes, to answer your question, the
Tables Regions Does Not Existerror was fixed by doing the following steps (which were put together from previous posts in your Forum). This is what I did...
1) In StandaloneCommon.ini, I did two things under [Grid Service]
a) Commented out the line under [Grid Service]
;; For in-memory region storage (default)
;; StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
b) Uncommented the line under [Grid Service]
;;--- For MySql region storage (alternative)
StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"
2) In Standalone.Common.ini, I added the following at the end of the file (with my info of course)
[PresenceService]
LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService"
StorageProvider = "OpenSim.Data.MySQL.dll"
ConnectionString = "Data Source=localhost;Database=dbname;User ID=dbuser;Password=dbpassword;"
So basically, I followed the steps listed in previous posts on your Forum.