Modules/MTA-MySQL: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
   author        = [[User:ryden|Alberto Alonso (ryden)]] |
   author        = [[User:ryden|Alberto Alonso (ryden)]] |
   module_website = ''Not available'' |
   module_website = ''Not available'' |
   download_link  = [http://eu.littlewhitey.com/mta-mysql.tar.gz Here] |
   download_link  = [http://talidan.littlewhitey.net/mta/mta-mysql.tar.gz Here] |
   license        = [http://www.opensource.org/licenses/bsd-license.php BSD]
   license        = [http://www.opensource.org/licenses/bsd-license.php BSD]
}}
}}

Revision as of 17:56, 12 June 2008

Module info
Name MTA MySQL
Version 0.3
Author Alberto Alonso (ryden)
Module website Not available
Download link Here
License BSD
Written in {{{written_in}}}
Operating system {{{operating_system}}}
Compatible with {{{compatible_with}}}

MTA MySQL is an alternative to the default ml_mysql module provided by the MTA team. It is available for Windows and GNU/Linux and provides the source code.

Installation

Windows

Uncompress the file mta_mysql.dll into your C:\Program files\MTA San Andreas\server\mods\deathmatch\modules\ directory and the file libmysql.dll into your C:\Program files\MTA San Andreas\server\ directory.

Then, add the following line in mtaserver.conf:

  <module file="mta_mysql.dll" />


GNU/Linux

Uncompress the file mta_mysql.so in the mods/deathmatch/modules/ directory.

Then, add the following line in mtaserver.conf:

  <module file="mta_mysql.so" />

Problems

(solved) My server say "MODULE: Unable to find modules/mta_mysql.dll!"

Read this topic.

  • Solved: Download the latest version, 0.2

Handler functions

Result managing functions