mam problem z bazą danych w pluginie luckperms
mam baze danych stworzoną na VPS, i na tym serwerze 1 serwer. I działa
storage-method: MySQL
# The following block defines the settings for remote database storage methods.
#
# - You don't need to touch any of the settings here if you're using a local storage method!
# - The connection detail options are shared between all remote storage types.
data:
# Define the address and port for the database.
# - The standard DB engine port is used by default
# (MySQL: 3306, PostgreSQL: 5432, MongoDB: 27017)
# - Specify as "host:port" if differs
address: localhost
# The name of the database to store LuckPerms data in.
# - This must be created already. Don't worry about this setting if you're using MongoDB.
database: mc
# Credentials for the database.
username: mc
password: 'XXXX'
ale jak już chciałem podłączyć drugi serwer pod mysql który znajduje się na innym VPS z tą konfiguracją:
storage-method: MySQL
# The following block defines the settings for remote database storage methods.
#
# - You don't need to touch any of the settings here if you're using a local storage method!
# - The connection detail options are shared between all remote storage types.
data:
# Define the address and port for the database.
# - The standard DB engine port is used by default
# (MySQL: 3306, PostgreSQL: 5432, MongoDB: 27017)
# - Specify as "host:port" if differs
address: 79.137.50.237:3306
# The name of the database to store LuckPerms data in.
# - This must be created already. Don't worry about this setting if you're using MongoDB.
database: mc
# Credentials for the database.
username: mc
password: 'XXXX'
to nie da się wejść
Przy ładowaniu:
Przy wejściu:
Próbowałem już wszystkiego... Proszę o pomoc.
// @Tymekd nigdy nic nie kuma....