MySQL database operations

by NullQuery
Use a MySQL/MariaDB database backend for your world [More]
To download this library for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://NullQuery.mysql4dm##version=2

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://NullQuery.mysql4dm##version=2

102 downloads
Version 1.1
Date added: Apr 18 2016
Last updated: Jul 24 2016
1 fan
Fork me on GitHub
This library allows you to connect and send queries to MySQL/MariaDB databases. MySQL/MariaDB is a popular database engine, available in most web hosting environments.

Both Windows and Linux are supported. Tested on Windows 10 Professional and CentOS 7 (64-bit multiarch)

Bug reports and suggestions may be reported to the appropriate forum.

The library is object-oriented and is very simple to use. See the demo code in the project.

Changelog:
Version 1.1
  • Added a 'dbtype' field to return the type of database.
Version 1.0*
  • Initial release.

Fields marked with an asterix (*) denote a modification of the DLL/SO files, which requires you to overwrite them with the ones in your project folder.

Comments

YURIRAMOS: (Apr 2 2018, 4:38 pm)
runtime error: Unable to load library libmysql4dm.so
runtime error: Unable to load library ./libmysql4dm.so
runtime error: Unable to load library /libmysql4dm.so
runtime error: Unable to load library /lib/libmysql4dm.so
runtime error: Unable to load library /usr/lib/libmysql4dm.so
runtime error: Unable to load library /usr/local/lib/libmysql4dm.so
runtime error: Unable to load library /usr/local/byond/bin/libmysql4dm.so

works normal in windows.