Modules/MySQL: Difference between revisions
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 [ | 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 )