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].
=== Functions ===
=== Functions ===
bool [[Modules/MySQL/MysqlOpen|mysqlOpen]] ( function, host, user, password, database name, port )
bool [[Modules/MySQL/MysqlOpen|mysqlOpen]] ( function, host, user, password, database name, port )

Revision as of 13:27, 1 November 2006

Available for Windows and Linux servers The MySQL module provides access to MySQL servers. You can download it from [MTA Center address here].

Functions

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

nil mysqlClose ( mysql )

bool mysqlQuery ( mysql, function, query )