MySQL database operations

by NullQuery
Use a MySQL/MariaDB database backend for your world
ID:2072247
 
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.
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.