Nerexis 19 Report post Posted January 4, 2017 (edited) I have problems migrating my server from Windows to Linux Ubuntu 16.10 server. Currently getting error: 3:28:24 "ExileServer - MySQL connection error!" 3:28:24 "ExileServer - Please have a look at @ExileServer/extDB/logs/ to find out what went wrong." 3:28:24 "ExileServer - MySQL Error: Unable to locate extDB2 extension!" 3:28:24 "ExileServer - Server will shutdown now :(" The logs in @ExileServer/extDB/logs/ arent written. My username, password and db in extdb-conf.ini is perfectly correct. Also did check if there were some errors when logging in mysql logs but there arent. Output of ldd on extDB2.so /home/arma3/arma3/@ExileServer# ldd extdb2.so linux-gate.so.1 => (0xeccaf000) libtbbmalloc.so.2 => /usr/lib/i386-linux-gnu/libtbbmalloc.so.2 (0xec14c000) libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xec147000) libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xec0f1000) libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xec0d4000) libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xebf1a000) /lib/ld-linux.so.2 (0xeccb0000) Mysql version: mysql> select version(); +-------------------------+ | version() | +-------------------------+ | 5.7.16-0ubuntu0.16.10.1 | +-------------------------+ 1 row in set (0.00 sec) From my guess there are problems when loading extDB2.so, what do you think guys? Edited January 4, 2017 by Nerexis Share this post Link to post Share on other sites
dayzgreywolf 8 Report post Posted January 4, 2017 (edited) Have you disabled mysql's strict mode? Also, do you get to the joining screen at all, like I did (hanging on bambi part)? Have you tripple checked you did the MySql portion correctly? And are you pointing the server to the right location for mysql (localhost IP)? Edited January 4, 2017 by dayzgreywolf Share this post Link to post Share on other sites
Nerexis 19 Report post Posted January 4, 2017 Solved: Linux is case sensitive and some files had it wrong. Share this post Link to post Share on other sites
wallop 1 Report post Posted May 23, 2017 On 1/4/2017 at 0:53 PM, Nerexis said: Solved: Linux is case sensitive and some files had it wrong. @Nerexiswhich files? currently running into this myself Share this post Link to post Share on other sites
Mr Hanky 1 Report post Posted May 24, 2017 (edited) 11 hours ago, wallop said: @Nerexiswhich files? currently running into this myself extDB3.so -> extdb3.so Should be the same/similar with extdb2 Edited May 24, 2017 by Mr Hanky Share this post Link to post Share on other sites