Advertisement
Guest User

Untitled

a guest
Sep 21st, 2014
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. .ini file:
  2. [mysqld]
  3. default_storage_engine=innodb
  4. character-set-server=utf8
  5. innodb_file_per_table=ON
  6. innodb_file_format=Barracuda
  7. innodb_flush_log_at_trx_commit=1
  8. max_sp_recursion_depth=255
  9. max_allowed_packet=10M
  10.  
  11. query_cache_size=0
  12. query_cache_type=OFF
  13.  
  14. Error Log:
  15. //-------------------------- 9/20/2014 -- 22:00:20 -----
  16. ECHO 2014-09-20 22:00:20.263 {00} <NOSCOPE> --------- Loading DIRS ---------
  17. ECHO 2014-09-20 22:00:20.265 {00} <NOSCOPE>
  18. ECHO 2014-09-20 22:00:20.267 {01} <onStart>
  19. --------- Initializing Directory: scripts ---------
  20. ECHO 2014-09-20 22:00:20.269 {02} <initServer>
  21. --------- Initializing LiF Server: Server Scripts ---------
  22. ECHO 2014-09-20 22:00:20.283 {02} <initServer> Loading CmConfiguration
  23. ECHO 2014-09-20 22:00:20.284 {02} <initServer> Init of DB interface
  24. ERRR 2014-09-20 22:00:20.288 {02} <initServer> CmDb::_connect() - connection error #1045: Access denied for user 'Jake'@'localhost' (using password: NO)
  25. ERRR 2014-09-20 22:00:20.289 {02} <initServer> CmServerInfoManager::processLocalWorlds() - can't connect to MySQL!
  26. ERRR 2014-09-20 22:00:20.289 {02} <initServer> Fatal: Can't init local world (id=). Terminating.
  27. ECHO 2014-09-20 22:00:20.289 {00} <NOSCOPE> Engine initialized...
  28. core/scripts/server/server.cs (69): Unable to find function destroyWorld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement