📀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.ymlScroll down to the
MySQLsection and set Use to true.Adjust values like
Host, Port, Database, Username, andPasswordto 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