Modules/MySQL: Difference between revisions
Jump to navigation
Jump to search
SAES Willy (talk | contribs) m (fixed download link for the module sdk package) |
(This module is now outdated, with the new db* functions) |
||
Line 1: | Line 1: | ||
{{Outdated|MTA now supports MySQL database natively via the db* functions.}} | |||
'''Available for Windows and Linux servers''' | '''Available for Windows and Linux servers''' | ||
Revision as of 05:04, 26 November 2011
This article is (partially) outdated and the information may no longer apply. | |
Reason: MTA now supports MySQL database natively via the db* functions. |
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 )