Modules/MySQL: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No 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 [MTA Center address here].
The MySQL module provides access to MySQL servers. You can download it from [http://mtabeta.com/ml_mysql.dll here].
=== Functions ===
=== Functions ===
bool [[Modules/MySQL/MysqlCreate|mysqlCreate]] ( nil )
bool [[Modules/MySQL/MysqlCreate|mysqlCreate]] ( nil )

Revision as of 20:03, 3 January 2008

Available for Windows and Linux servers

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

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 )