Modules/MySQL: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
'''Available for Windows and Linux servers'''
'''Available for Windows and Linux servers'''


The MySQL module provides access to MySQL servers. You can download it from [http://mtabeta.com/ml_mysql.dll here].
The MySQL module provides access to MySQL servers. You can download it from ''link pending''.
=== Functions ===
=== Functions ===
bool [[Modules/MySQL/MysqlCreate|mysqlCreate]] ( nil )
bool [[Modules/MySQL/MysqlCreate|mysqlCreate]] ( nil )

Revision as of 21:52, 3 January 2008

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 )