Bizarrus / NSISMySQL

:orange_book: NSIS: MySQL - A MySQL Plugin for NSIS supports ANSI and Unicode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“™ NSIS: MySQL

⚑ Installation

Move MySQL.dll to your NSIS directory, for sample:

ANSI\MySQL.dll > C:\Program Files (x86)\NSIS\Plugins\x86-ansi\MySQL.dll

Unicode\MySQL.dll > C:\Program Files (x86)\NSIS\Plugins\x86-unicode\MySQL.dll

πŸ“– Usage / API

πŸ”‘ Set connection Informations

MySQL::SetCredentials <Hostname> <Port> <Database> <Username> <Password>

βœ‚οΈ Example

MySQL::SetCredentials "localhost" 3306 "mysql" "root" ""

πŸ“œ Query

MySQL::Query <Statement>

βœ‚οΈ Example

MySQL::Query "CREATE DATABASE IF NOT EXISTS `demo`;"

About

:orange_book: NSIS: MySQL - A MySQL Plugin for NSIS supports ANSI and Unicode


Languages

Language:C 75.8%Language:C++ 19.6%Language:Batchfile 3.2%Language:NSIS 1.4%