Modules/Squirrel/lu mysql

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
m (Updated a template link)
m (Fixed 2 broken links and added a missing one)
Line 4: Line 4:
 
   version        = 1.0 |
 
   version        = 1.0 |
 
   author        = Juppi <small>(packaged by Stormeus)</small> |
 
   author        = Juppi <small>(packaged by Stormeus)</small> |
   platform      = Windows |
+
   platform      = Windows, Linux |
 
   website        = [http://forum.liberty-unleashed.co.uk/index.php?topic=917.msg5663#msg5663 LU Forum Thread] |
 
   website        = [http://forum.liberty-unleashed.co.uk/index.php?topic=917.msg5663#msg5663 LU Forum Thread] |
   download      = [http://www.mediafire.com/?kul4p2ddb55axvw Windows Binary] &bull; [http://www.mediafire.com/?bman0s2utvxxglx Source] |
+
   download      = [http://lu-modules.googlecode.com/files/lu_mysql.win.zip Windows Binary]
 +
 
 +
[http://code.google.com/p/lu-modules/downloads/detail?name=lu_mysql.linux.zip&can=2&q= Linux Binary]
 +
 
 +
[ftp://ftp.vicelegends.com/Scriptfiles/Modules/MySQL/mysql_src.zip Source] |
 
}}
 
}}
  

Revision as of 04:45, 19 November 2012

lu_mysql
Type Squirrel module
Version 1.0
Author Juppi (packaged by Stormeus)
Platform Windows, Linux
Website LU Forum Thread
Download link Windows Binary

Linux Binary

Source

Contents


lu_mysql is a third-party, community module which provides Squirrel functions to read from and write to MySQL databases. For an SQLite related tutorial, check here. This can help you learn basic SQL.

Installation

Make sure you have the lu_mysql.dll file in your Modules folder and the libmysql.dll file in your server folder. After that, add the following code under the event onScriptLoad of the script:

  1. LoadModule( "lu_mysql" );

Functions

These functions are provided by the third-party module lu_mysql.

Version History

  • 1.0 - Initial release.
Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox