Modules/MySQL

From Multi Theft Auto: Wiki
Revision as of 12:57, 13 January 2008 by Ryden (talk | contribs) (Added the category Modules)
Jump to navigation Jump to search

Available for Windows and Linux servers

The MySQL module provides access to MySQL servers. You can download it from link pending.

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 )