Jump to content

Search the Community

Showing results for tags 'MySQL'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • BOHEMIA INTERACTIVE
    • BOHEMIA INTERACTIVE - NEWS
    • BOHEMIA INTERACTIVE - JOBS
    • BOHEMIA INTERACTIVE - GENERAL
  • FEATURED GAMES
    • Arma Reforger
    • Vigor
    • DAYZ
    • ARMA 3
    • ARMA 2
    • YLANDS
  • MOBILE GAMES
    • ARMA MOBILE OPS
    • MINIDAYZ
    • ARMA TACTICS
    • ARMA 2 FIRING RANGE
  • BI MILITARY GAMES FORUMS
  • BOHEMIA INCUBATOR
    • PROJECT LUCIE
  • OTHER BOHEMIA GAMES
    • ARGO
    • TAKE ON MARS
    • TAKE ON HELICOPTERS
    • CARRIER COMMAND: GAEA MISSION
    • ARMA: ARMED ASSAULT / COMBAT OPERATIONS
    • ARMA: COLD WAR ASSAULT / OPERATION FLASHPOINT
    • IRON FRONT: LIBERATION 1944
    • BACK CATALOGUE
  • OFFTOPIC
    • OFFTOPIC
  • Die Hard OFP Lovers' Club's Topics
  • ArmA Toolmakers's Releases
  • ArmA Toolmakers's General
  • Japan in Arma's Topics
  • Arma 3 Photography Club's Discussions
  • The Order Of the Wolfs- Unit's Topics
  • 4th Infantry Brigade's Recruitment
  • 11th Marine Expeditionary Unit OFFICIAL | 11th MEU(SOC)'s 11th MEU(SOC) Recruitment Status - OPEN
  • Legion latina semper fi's New Server Legion latina next wick
  • Legion latina semper fi's https://www.facebook.com/groups/legionlatinasemperfidelis/
  • Legion latina semper fi's Server VPN LEGION LATINA SEMPER FI
  • Team Nederland's Welkom bij ons club
  • Team Nederland's Facebook
  • [H.S.O.] Hellenic Special Operations's Infos
  • BI Forum Ravage Club's Forum Topics
  • Exilemod (Unofficial)'s General Discussion
  • Exilemod (Unofficial)'s Scripts
  • Exilemod (Unofficial)'s Addons
  • Exilemod (Unofficial)'s Problems & Bugs
  • Exilemod (Unofficial)'s Exilemod Tweaks
  • Exilemod (Unofficial)'s Promotion
  • Exilemod (Unofficial)'s Maps - Mission Files
  • TKO's Weferlingen
  • TKO's Green Sea
  • TKO's Rules
  • TKO's Changelog
  • TKO's Help
  • TKO's What we Need
  • TKO's Cam Lao Nam
  • MSOF A3 Wasteland's Server Game Play Features
  • MSOF A3 Wasteland's Problems & Bugs
  • MSOF A3 Wasteland's Maps in Rotation
  • SOS GAMING's Server
  • SOS GAMING's News on Server
  • SOS GAMING's Regeln / Rules
  • SOS GAMING's Ghost-Town-Team
  • SOS GAMING's Steuerung / Keys
  • SOS GAMING's Div. Infos
  • SOS GAMING's Small Talk
  • NAMC's Topics
  • NTC's New Members
  • NTC's Enlisted Members
  • The STATE's Topics
  • CREATEANDGENERATION's Intoduction
  • CREATEANDGENERATION's HAVEN EMPIRE (NEW CREATORS COMMUNITY)
  • HavenEmpire Gaming community's HavenEmpire Gaming community
  • Polska_Rodzina's Polska_Rodzina-ARGO
  • Carrier command tips and tricks's Tips and tricks
  • Carrier command tips and tricks's Talk about carrier command
  • ItzChaos's Community's Socials
  • Photography club of Arma 3's Epic photos
  • Photography club of Arma 3's Team pics
  • Photography club of Arma 3's Vehicle pics
  • Photography club of Arma 3's Other
  • Spartan Gamers DayZ's Baneados del Servidor
  • Warriors Waging War's Vigor
  • Tales of the Republic's Republic News
  • Operazioni Arma Italia's CHI SIAMO
  • [GER] HUSKY-GAMING.CC / Roleplay at its best!'s Starte deine Reise noch heute!
  • empire brotherhood occult +2349082603448's empire money +2349082603448
  • NET88's Twitter

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Yahoo


Jabber (xmpp)


Skype


Biography


Twitter


Google+


Youtube


Vimeo


Xfire


Steam url id


Raptr


MySpace


Linkedin


Tumblr


Flickr


XBOX Live


PlayStation PSN


Origin


PlayFire


SoundCloud


Pinterest


Reddit


Twitch.Tv


Ustream.Tv


Duxter


Instagram


Location


Interests


Interests


Occupation

Found 7 results

  1. I'm hoping someone can shed some light on this before I throw my keyboard out the window. I'm modifying a script that saves data using: profileNamespace setVariable I'm going to use the database to store and retrieve data instead. I can't get the script to communicate with the DB though. I've never had an issue doing this so I assume that I'm missing something simple. For now I'm just using the code snippet needed to test the connections, running them from the infiStar admin console. I've tried using the [] span and omitting it, populating the variable with simple data instead of extrapolated data, and many other things to simplify and get down to the root. My results in the InfoTitleAndText used for testing the variable show with either nothing, "ANY", or "scalar NaN", depending on what type of data type I'm using in the DB. I've tried many forms of numerical formats as well as text formats. I have a value of 0.11 in the DB column so that it's not empty. Code: My modified account table (ExtDB3): My exile.ini entries:
  2. OO_EXTDB3 - A driver for extDB3 addon Mysql Lastest version : 0.2 by Code34 GitHub : https://github.com/code34/oo_extdb3.altis OO_extDB3 is a driver for extDB3 addons Features - Encapsulate totaly EXTDB3 commands through an object - Standardize methods name and return values Licence Under Gpl, you can share, modify, distribute this script but don't remove the licence and the name of the original author /* Author: code34 nicolas_boiteux@yahoo.fr Copyright (C) 2017-2018 Nicolas BOITEUX CLASS OO_EXTDB3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ Create a main bus message between clients & server Usage: install the extdb3 addon put the "oo_extdb3.sqf" and the "oop.h" files in your mission directory put this code into your mission init.sqf call compile preprocessFileLineNumbers "oo_extdb3.sqf"; See example mission in directory: init.sqf Licence: You can share, modify, distribute this script but don't remove the licence and the name of the original author logs: 0.1 - OO EXTDB3 - first release Author: code34 nicolas_boiteux@yahoo.fr Copyright (C) 2017-2018 Nicolas BOITEUX CLASS OO_EXTDB3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. -------------------------------------------------------------------------------------------------------------- Function: _extdb3 = "new" call OO_EXTDB3; Create a new extdb3 object Parameters: string -------------------------------------------------------------------------------------------------------------- Function: _version = "getVersion" call _extdb3; Return string extdb3 version -------------------------------------------------------------------------------------------------------------- Function: _bool = "isDllEnabled" call _extdb3; Return bool - is extdb3 is loaded -------------------------------------------------------------------------------------------------------------- Function: ["setEscapeChar", _string] call _extdb3; param string : "TEXT", "TEXT2", "NULL" -------------------------------------------------------------------------------------------------------------- Function: ["setSessionId", _string] call _extdb3; param string : unique string to identify the session (default "SQL") ------------------------------------------------------------------------------------------------------------- Function: ["setIniSectionDatabase", _string] call _extdb3; param string : set Ini Section concerning Database (default "Database") ------------------------------------------------------------------------------------------------------------- Function: ["setDatabaseName", _string] call _extdb3; param string : set the databasename used ------------------------------------------------------------------------------------------------------------- Function: ["setQueryType", _string] call _extdb3; param string : set the type of SQL queries (default SQL) "SQL" : Classic sql "SQL_CUSTOM" : SQL prepared statement "LOG" : log ------------------------------------------------------------------------------------------------------------- Function: ["setSqlCustomIniFile", _string] call _extdb3; param string : set the SQL CUSTOM ini file ------------------------------------------------------------------------------------------------------------- Function: _bool = "connect" call _extdb3; connect to database Return bool - true if connected ------------------------------------------------------------------------------------------------------------- Function: _return = ["executeQuery", [_query, _defaultreturnvalue]] call _extdb3; params: string SQL query or SQL CUSTOM method default value return if nothing is return ------------------------------------------------------------------------------------------------------------- Function: _return = ["executeQuery", _query] call _extdb3; params: string SQL query if nothing is return, return empty string ------------------------------------------------------------------------------------------------------------- Function: _array = ["lock", _string] call _extdb3; Disables all System Commands except for VERSION + LOCK_STATUS + various TIME/DATA Commands params: string - password lock return array ------------------------------------------------------------------------------------------------------------- Function: _array = ["unlock", _string] call _extdb3; params: string - password lock return array ------------------------------------------------------------------------------------------------------------- Function: _array = "lockStatus" call _extdb3; return array - lock status [0] // extension is unlocked. [1] // extension is locked. ------------------------------------------------------------------------------------------------------------- Function: _array = "reset" call _extdb3; reset the dll when debug .dll is used return: return [0] or return [1] if success ------------------------------------------------------------------------------------------------------------- Function: _locatime = "getLocalTime" call _extdb3; return array - local time ------------------------------------------------------------------------------------------------------------- Function: _utctime = "getUtcTime" call _extdb3; return array - utc time ------------------------------------------------------------------------------------------------------------- Function: _uptime = ["getUptime", _string] call _extdb3; params : "SECONDS", "MINUTES", "HOURS" ------------------------------------------------------------------------------------------------------------- Function: _array = ["addDate", _array] call _extdb3; params : param [[0,0, Days, Hours, Minutes, Seconds], [+x Days, +x Hours, +x Minutes, +x Seconds]] ------------------------------------------------------------------------------------------------------------- Function: _scalar = "getOutPutSize" call _extdb3; return _scalar -------------------------------------------------------------------------------------------------------------- Function: ["delete", _extdb3] call OO_EXTDB3; Destroy the template object Parameters: object - extdb3 object Return : nothing Examples call compile preprocessFileLineNumbers "oo_extdb3.sqf"; sleep 2; /* SQL CUSTOM Example with prepared statements in test.ini files Call the query getAll private _extdb3 = "new" call OO_extDB3; ["setDatabaseConfigName", "Database"] call _extdb3; ["setDatabaseName", "extdb3"] call _extdb3; ["setIniFile", "test.ini"] call _extdb3; ["setDatabaseProtocol", "SQL_CUSTOM"] call _extdb3; _result = "connect" call _extdb3; private _query = ["getAll", []]; _result = ["executeQuery", _query] call _extdb3; hintc format ["%1", _result]; */ /* SQL CLASSIC QUERY private _extdb3 = "new" call OO_extDB3; ["setDatabaseConfigName", "Database"] call _extdb3; ["setDatabaseName", "extdb3"] call _extdb3; ["setDatabaseProtocol", "SQL"] call _extdb3; _result = "connect" call _extdb3; private _query = "SELECT * FROM test LIMIT 10;"; _result = ["executeQuery", _query] call _extdb3; hintc format ["%1", _result]; */
  3. Dedicated Exile Server Setup Simplified Setting up an Exile server can seem daunting at first, I can assure it is not. I am providing this guide to help you set up a server quickly and efficiently. This guide is not meant to replace other guides out there or undermine other people’s contributions, this is just meant as an additional how to, simplified. Conclusion I hope you found my tutorial useful and you now have a working Exile server you can build upon with various mods and addons to make your server unique. If you found my guide useful stop by my websites and buy me a coffee. https://www.milsim.xyz/, http://www.cadexile.com/ Acknowledgments I would like to thank Bohemia Interactive for providing the platform to learn on and play on. Also I would like to thank the Exile Mod team for making the best mod for Arma III, lastly I would like to thank the Exile and Arma community for bringing us together as friends.
  4. Hey there! I am planning to create a mission for which I need some kind of database to show stats on a website. The best way would be a SQL-DB because I am familiar with SQL. But i honestly have no clue how to access the database within the SQF code. And the only thing I find on google is "How to set up a DB for Altis Life or Exile"... Does anyone knows how to do this? I would really appreciate the help :) Greetings Amazed
  5. So I'm having an issue with setting a backpack skin onto my Altis Life server, before I continue I have posted on their forum as well but I can shake the feeling I'm a beggar when I post on there, I get the feeling the help is very, shall we say, limitied by choice, granted they are extremely helpful when they reply and I am very grateful for the help they provide but I kind of want to expand that help and not just confine it to the forum. Now to the issue. When I try and add the backpack skin in with the "if(backpackContainer player)" code my database throws a tanty and just gives me the 'request received from server.... validating' I've come to the conclusion that with the 'backpackContainer' part it's conflicting with the container sql code needed for housing storage. I'm fairly familiar with Arma coding but not that advanced to figure out a solution, so has anyone had this problem or doesn anyone know a solution the to problem, I'm at a loss as to fixing it. Thank you. (Please sir may I have some code?)
  6. So below if the thread is created correctly is a step by step introduction of how I'm trying to setup mySQL, http://imgur.com/a/5276c CPU: Intel Core i7 5930K @ 3.50GHz Cores 6 Threads 12 Virtualization Supported, Enabled Hyperthreading Supported, OS: Windows 10 Home 64-bit RAM: 32.0GB WP.LOG 00:46:23 [ERR][ Workbench]: Console redirection failed. 00:46:23 [INF][ WBContext]: Parsing application arguments. 00:46:23 [INF][ WBContext]: C:\Program Files\MySQL\MySQL Workbench 6.3 CE\MySQLWorkbench.exe 00:46:23 [INF][ Workbench]: Starting up Workbench 00:46:23 [INF][ Workbench]: Current environment: Command line: "C:\Program Files\MySQL\MySQL Workbench 6.3 CE\MySQLWorkbench.exe" CurrentDirectory: C:\Users\Altro\AppData\Local\Temp\MSID88F.tmp- HasShutdownStarted: False OSVersion: Microsoft Windows NT 6.2.9200.0 SystemDirectory: C:\WINDOWS\system32 TickCount: 1941046 UserInteractive: True Version: 4.0.30319.42000 WorkingSet: 35024896 00:46:23 [INF][ Workbench]: Environment variables: COMPUTERNAME = BADGER USERPROFILE = C:\Users\Altro HOMEPATH = \Users\Altro LOCALAPPDATA = C:\Users\Altro\AppData\Local PSModulePath = C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules PROCESSOR_ARCHITECTURE = AMD64 Path = C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Users\Altro\AppData\Local\Microsoft\WindowsApps;C:\Users\Altro\AppData\Local\atom\bin CommonProgramFiles(x86) = C:\Program Files (x86)\Common Files ProgramFiles(x86) = C:\Program Files (x86) PROCESSOR_LEVEL = 6 LOGONSERVER = \\BADGER PATHEXT = .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC HOMEDRIVE = C: SystemRoot = C:\WINDOWS ALLUSERSPROFILE = C:\ProgramData PUBLIC = C:\Users\Public ProgramData = C:\ProgramData PROCESSOR_REVISION = 3f02 USERNAME = Admin CommonProgramW6432 = C:\Program Files\Common Files CommonProgramFiles = C:\Program Files\Common Files OS = Windows_NT USERDOMAIN_ROAMINGPROFILE = BADGER PROCESSOR_IDENTIFIER = Intel64 Family 6 Model 63 Stepping 2, GenuineIntel ComSpec = C:\WINDOWS\system32\cmd.exe SystemDrive = C: TEMP = C:\Users\Altro\AppData\Local\Temp ProgramFiles = C:\Program Files NUMBER_OF_PROCESSORS = 12 APPDATA = C:\Users\Altro\AppData\Roaming TMP = C:\Users\Altro\AppData\Local\Temp ProgramW6432 = C:\Program Files windir = C:\WINDOWS USERDOMAIN = BADGER __COMPAT_LAYER = Installer 00:46:23 [INF][ Workbench]: Current version given by meta info is: 6.3.7 00:46:23 [INF][ Workbench]: Setting PATH to: C:\WINDOWS\system32;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Users\Altro\AppData\Local\Microsoft\WindowsApps;C:\Users\Altro\AppData\Local\atom\bin 00:46:23 [INF][ mforms managed]: Initializing mforms wrapper 00:46:23 [INF][ WBContext UI]: Initializing workbench context UI with these values: base dir: C:\Program Files\MySQL\MySQL Workbench 6.3 CE plugin path: C:\Program Files\MySQL\MySQL Workbench 6.3 CE struct path: module path: C:\Program Files\MySQL\MySQL Workbench 6.3 CE/modules library path: C:\Program Files\MySQL\MySQL Workbench 6.3 CE user data dir: C:\Users\Altro\AppData\Roaming\MySQL\Workbench open at start: open type: run at startup: run type: Force SW rendering: No Force OpenGL: No quit when done: No 00:46:23 [INF][ WBContext]: WbContext::init 00:46:23 [INF][ grt]: Scanning module directory C:\Users\Altro\AppData\Roaming\MySQL\Workbench\modules. 00:46:23 [INF][ grt]: Scanning module directory .. 00:46:23 [INF][ grt]: Scanning module directory C:\Program Files\MySQL\MySQL Workbench 6.3 CE/modules. 00:46:23 [INF][ WBA]: Looking for extension modules for WBA... 00:46:23 [INF][ WBA]: 0 extension modules found 00:46:23 [WRN][ grt]: C:\Program Files\MySQL\MySQL Workbench 6.3 CE\data/table_templates.xml:21: link 'com.mysql.rdbms.mysql.datatype.timestamp' <object db.SimpleDatatype> key=simpleType could not be resolved 00:46:23 [WRN][ grt]: C:\Program Files\MySQL\MySQL Workbench 6.3 CE\data/table_templates.xml:106: link 'com.mysql.rdbms.mysql.datatype.varchar' <object db.SimpleDatatype> key=simpleType could not be resolved 00:46:23 [WRN][ grt]: C:\Program Files\MySQL\MySQL Workbench 6.3 CE\data/table_templates.xml:229: link 'com.mysql.rdbms.mysql.datatype.int' <object db.SimpleDatatype> key=simpleType could not be resolved 00:46:23 [INF][ grt]: Scanning module directory C:\Program Files\MySQL\MySQL Workbench 6.3 CE. 00:46:23 [WRN][ grt]: C:\Users\Altro\AppData\Roaming\MySQL\Workbench\connections.xml:26: link '{4D0DE103-4420-49A7-8EBE-BA53EB20F3C8}' <object GrtObject> key=owner could not be resolved 00:46:23 [INF][ WBContext]: System info: MySQL Workbench Community (GPL) for Windows version 6.3.7 CE build 1199 (64 bit) Configuration Directory: C:\Users\Altro\AppData\Roaming\MySQL\Workbench Data Directory: C:\Program Files\MySQL\MySQL Workbench 6.3 CE Cairo Version: 1.10.2 OS: Microsoft Windows 10 Home CPU: 12x Intel(R) Core(TM) i7-5930K CPU @ 3.50GHz, 31.9 GiB RAM Active video adapter NVIDIA GeForce GTX 970 Installed video RAM: -1 MB Current video mode: 1920 x 1200 x 4294967296 colors Used bit depth: 32 Driver version: 21.21.13.7290 Installed display drivers: C:\WINDOWS\System32\DriverStore\FileRepository\nv_desktop_ref4i.inf_amd64_35540330911d388c\nvd3dumx,C:\WINDOWS\System32\DriverStore\FileRepository\nv_desktop_ref4i.inf_amd64_35540330911d388c\nvwgf2umx,C:\WINDOWS\System32\DriverStore\FileRepository\nv_desktop_ref4i.inf_amd64_35540330911d388c\nvwgf2umx,C:\WINDOWS\System32\DriverStore\FileRepository\nv_desktop_ref4i.inf_amd64_35540330911d388c\nvwgf2umx,C:\WINDOWS\System32\DriverStore\FileRepository\nv_desktop_ref4i.inf_amd64_35540330911d388c\nvd3dum,C:\WINDOWS\System32\DriverStore\FileRepository\nv_desktop_ref4i.inf_amd64_35540330911d388c\nvwgf2um,C:\WINDOWS\System32\DriverStore\FileRepository\nv_desktop_ref4i.inf_amd64_35540330911d388c\nvwgf2um,C:\WINDOWS\System32\DriverStore\FileRepository\nv_desktop_ref4i.inf_amd64_35540330911d388c\nvwgf2um Current user language: English (United Kingdom) 00:46:23 [INF][ Workbench]: UI is up 00:46:24 [INF][ Workbench]: Running the application 00:47:25 [INF][ SqlEditor]: Opened connection 'altislife' to MySQL Community Server (GPL) version 5.7.15-log 00:47:26 [INF][ AutoCCache]: Initializing autocompletion cache for altislife 00:47:26 [INF][ WQE.net]: Launching SQL IDE 00:47:26 [INF][ WQE.net]: SQL IDE UI is ready 00:51:21 [INF][ WQE.net]: Shutting down SQL editor (altislife) 00:51:21 [INF][ Workbench]: Shutting down Workbench 00:51:21 [INF][ mforms managed]: Shutting down mforms wrapper 00:51:21 [INF][ Workbench]: Done The issue I'm having occurs before launching the arma3 server itself. But I'm asking in this forums to see if anyone has a fix or a workaround? extdb-config.ini: (I will be changing PW if fixed) [altislife] Type = MySQL Name = altislife Username = root Password = password IP = 127.0.0.1 Port = 3306 ;minSessions = 2 idleTime = 60 compress = false ; Really should only use this if MySQL server is external. Also only for MySQL Secure Auth = true ; Recommend you turn this on http://dev.mysql.com/doc/refman/5.6/en/mysql-command-options.html#option_mysql_secure-auth Here is the end of my .rpt for the arma server: Altis Life RPG v4.5: string @STR_MISC_overviewText cannot be localized client-side - move to global stringtable Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Server error: Player without identity Atlroot (id 880500283) Starting mission: Mission file: Altis_Life (__cur_mp) Mission world: Altis Mission directory: mpmissions\__cur_mp.Altis\ Strange convex component145 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView Strange convex component149 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView Attempt to override final function - bis_functions_list Attempt to override final function - bis_functions_listpreinit Attempt to override final function - bis_functions_listpostinit Attempt to override final function - bis_functions_listrecompile Attempt to override final function - bis_fnc_missiontaskslocal Attempt to override final function - bis_fnc_missionconversationslocal Attempt to override final function - bis_fnc_missionflow Loading movesType CfgGesturesMale MovesType CfgGesturesMale load time 362 ms Loading movesType CfgMovesMaleSdr MovesType CfgMovesMaleSdr load time 6593 ms No speaker given for Ali Ngige No speaker given for Ali Okonkwo No speaker given for Dixon Walker No speaker given for Hamidi Azikiwe No speaker given for Hu Chang soldier[B_diver_F]:Some of magazines weren't stored in soldier Vest or Uniform? No speaker given for Tavish Anderson No speaker given for Donald Warren No speaker given for Mike Thompson No speaker given for Spencer Bennett No speaker given for Muhammad Okeke No speaker given for Mike White No speaker given for Connor Hill No speaker given for Kyle Young No speaker given for Dong Yeung No speaker given for Lu Chen No speaker given for Samuel Newton No speaker given for Luke O'Sullivan No speaker given for Jamie Taylor No speaker given for Lu Kung No speaker given for Archie Conrad No speaker given for Matthew White No speaker given for Oliver Clark soldier[B_diver_F]:Some of magazines weren't stored in soldier Vest or Uniform? No speaker given for Max Jones No speaker given for Katungi Sesse-Seko No speaker given for Jake Anderson No speaker given for Dwan Smith No speaker given for Greer Nelson No speaker given for Keith Harris No speaker given for Greer Moore Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 1c not found Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 2c not found Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 3c not found Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 4c not found Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 5c not found Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 6c not found Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 7c not found Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 8c not found Wrong geometry convex component mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Convex component number 3. not found No speaker given for Evangelos Costas No speaker given for Vasilis Karmanlis No speaker given for Evripidis Karmanlis No speaker given for Michalis Mastori No speaker given for Vasilis Zenon No speaker given for Kouris Manelia No speaker given for Angelos Nicolau No speaker given for Michalis Petridis No speaker given for Samaras Athanasiadis No speaker given for Biton Christou No speaker given for Fotini Dimitriadis No speaker given for Militiadis Manelia No speaker given for Sotiris Gikas No speaker given for Thanos Kammenou No speaker given for Sotiris Stanis No speaker given for Evripidis Manetta No speaker given for Nicolo Nicolau No speaker given for Costa Stanis No speaker given for Militiadis Papadopoulos No speaker given for Thamos Malas No speaker given for Panos Ioannou No speaker given for Thanos Ioannou No speaker given for Vasilis Elias No speaker given for Gamba Achebe Error: Object(2 : 664) not found c:\w\stable\futura\lib\network\networkserver.cpp NetworkServer::OnClientStateChanged:NOT IMPLEMENTED - briefing! "extDB2: Error with Database Connection" Mission id: f39333a6db3a66404bdaa345e16dcbcf7ebc8868 Ragdoll - loading of ragdoll source "Soldier" started. Ragdoll - loading of ragdoll source "Soldier" finished successfully. I have done the following to try and fix: Googled till the cows come home for fix, Installed MySQL as Local Admin User, Downgraded MySQL to previous versions (same error persists in WP.log), Reinstalled Windows, (extreme I know, had to be sure before posting here though) Added exceptions to folders MySQL in firewall, Turned firewall off, (back on now :P) Changed Compatibility mode for MySQl workbench. Tried using extdb3 rather then 2. (I know this wasn't going to fix, had to try though) Side notes: I have had exile servers using MySQL when OS was 8.1. I will be making the same thread to MySQL forums, and other sites aswell. Sorry if this post looks a mess, first time poster.
  7. OO_extDB2 - A driver for extDB2 addon (Mysql/Sqlite) Lastest version : 0.1 by Code34 Download from : Dropbox Download from : Armaholic Like to donate ? with Paypal GitHub : https://github.com/code34/oo_extDB2.Altis OO_extDB2 is a driver for extDB2 addon. Features - Facilitate the use of extDB2 by giving ready to go methods. - Standardize methods name and return value Licence Under Gpl, you can share, modify, distribute this script but don't remove the licence and the name of the original author Example Documentation Readme
×