Hello, i know you know alot about skripting, so here is my question.
Note : Thanks for all the help already
In the config it says this:
# #
MySQL example:
# A MySQL database example, with options unrelated to MySQL removed.
type: disabled# change to line below to enable this database
# type: MySQL
pattern: synced_.*# this pattern will save all variables that start with 'synced_' in this MySQL database.
host: localhost
port: 3306
user: root
password: pass
database: skript
table: variables21
monitor changes: true
monitor interval: 20 seconds
# #
So if i enable MySQL
Every variable named
{synced_*}
Will be saved to the MySQL database, and everything else will not be saved to the mysql put save to the CSV
[doublepost=1583468372,1581566072][/doublepost]Can somebody help me out with this?
Note : Thanks for all the help already
In the config it says this:
# #
MySQL example:
# A MySQL database example, with options unrelated to MySQL removed.
type: disabled# change to line below to enable this database
# type: MySQL
pattern: synced_.*# this pattern will save all variables that start with 'synced_' in this MySQL database.
host: localhost
port: 3306
user: root
password: pass
database: skript
table: variables21
monitor changes: true
monitor interval: 20 seconds
# #
So if i enable MySQL
Every variable named
{synced_*}
Will be saved to the MySQL database, and everything else will not be saved to the mysql put save to the CSV
[doublepost=1583468372,1581566072][/doublepost]Can somebody help me out with this?