Home
AMX Mod X 0.16 Documentation Prev Page Prev Page
AMX Mod
About AMX Mod
Introduction
Features
Changelog
Upgrading
Upgrading from AMX Mod (Windows)
Upgrading from AMX Mod (Linux)
Installation
Windows Install
Linux Install
Configuration
Configuration Overview
General Configuration
Setting up Admins
Setting up MySQL
Setting up Maps
Setting up Menu
Setting up Plugins
Setting up Modules
Plugins
Default Plugins
Additional Plugins
Compiling Plugins
Modules
Default Modules
Additional Modules
Commands
Frequently Asked Questions (FAQ)
Setting up MySQL
These settings are used by every plugin which supports MySQL.
To enable the MySQL module, remove the semi-colon in front of the module name in "addons/amxx/modules.ini".

Cvar Setting Description
amx_mysql_host Hostname or IP adress
(Linux users may encounter problems if they specify "localhost" instead of "127.0.0.1")
amx_mysql_user User
amx_mysql_pass Password
amx_mysql_db Database

Example:

amx_mysql_host "127.0.0.1"
amx_mysql_user "user"
amx_mysql_pass "mypw"
amx_mysql_db "mydatabase"
Browser Based Help. Published by chm2web software.