Modules/MySQL

From Multi Theft Auto: Wiki
Revision as of 18:23, 28 October 2008 by SAES Willy (talk | contribs) (fixed download link for the module sdk package)
Jump to navigation Jump to search

Available for Windows and Linux servers

The MySQL module provides access to MySQL servers. It is included with the original module SDK package.

Functions

bool mysqlCreate ( nil )

bool mysqlOpen ( mysql, function, host, user, password, database name, port )

nil mysqlDestroy ( mysql )

bool mysqlQuery ( mysql, function, query )

string mysqlSafeString ( string )