Database
Setup a database connection
The plugin saves user settings in userdata.db within the data folder. To store settings in your own database, modify the config.yml file.
Navigate inside the Ads folder and open the
config.yml
Scroll down to the
MySQL
section and set Use to true.Adjust values like
Host, Port, Database, Username
, andPassword
to suit your requirements.Create the database if it hasn't been done already.
If you have no password (not recommended) just leave it empty ('')
Last updated