Advertisement
Guest User

Untitled

a guest
Mar 29th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. extDB2
  2. "extDB2: Error with Database Connection" in arma3server*.rpt:
  3. The extDB2 addon is loaded, but a connection to the database cannot be established.
  4.  
  5. 1. Check that the connection details in the extdb-conf.ini file are correct:
  6. [databaseName]
  7. Type = MySQL
  8. Name = databaseName
  9.  
  10. Username = databaseUserName
  11. Password = databaseUserNamePassword
  12.  
  13. IP = databaseIP
  14. Port = databasePort
  15. Real-world example:
  16.  
  17. [altislife]
  18. Type = MySQL
  19. Name = altislife
  20.  
  21. Username = arma3
  22. Password = 75t4nZ33w33xQ2
  23.  
  24. IP = 127.0.0.1
  25. Port = 3306
  26. 2. Check that the DatabaseName in description.ext is correct:
  27. DatabaseName = "databaseName"; //Config name that'll be grep in the extdb-conf.ini. Default: [altislife]
  28. Real-world example:
  29.  
  30. DatabaseName = "altislife"; //Config name that'll be grep in the extdb-conf.ini. Default: [altislife]
  31. 3. Check that Microsoft Visual C++ 2015 Redistributable (x86) is installed (Windows):
  32. Start → Control Panel → Programs → Programs and Features → Microsoft Visual C++ 2015 Redistributable (x86)
  33.  
  34. 4. Check that tbbmalloc.dll is unblocked and is in the same folder as arma3server.exe (Windows):
  35. The tbbmalloc.dll file is included with the extDB2 releases.
  36.  
  37. Check that the file is not blocked by Windows by:
  38.  
  39. Right-clicking on the file
  40.  
  41. Clicking "Properties"
  42.  
  43. Under the "General" tab and at the bottom of the window click "Unblock." If the option to unlock is not present then the file was not blocked.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement