Jobs napojení na mysql

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
panChemicky
Příspěvky: 1737
Věk: 34
Registrován: 07 čer 2013, 12:32
Reputation: 1
Bydliště: Cheb
Kontaktovat uživatele:

Jobs napojení na mysql

#1 Příspěvekod panChemicky » 13 úno 2015, 12:55

Server: 93.91.250.129:27932

Zdar. Snažím se napojit Jobs na MxSQL, ale nedaří se mi to. Kouknul jsem do návod a tam to není. Projel jsem forum a udělal vše, co jsem zde našel, ale bohužel, tabulka se nepřidá.

V logu mám tohle:

Kód: Vybrat vše

> [11:54:53 INFO]: [Jobs] Enabling Jobs v2.12.0
> [11:54:53 ERROR]: [Jobs] Unable to connect to the database: Access denied for user '171281_mysql_db'@'localhost' (using password: YES)
> [11:54:53 ERROR]: [Jobs] Could not run database updates! Could not connect to MySQL!
> [11:54:53 ERROR]: [Jobs] Unable to connect to the database: Access denied for user '171281_mysql_db'@'localhost' (using password: YES)
> [11:54:53 ERROR]: [Jobs] Could not initialize database! Could not determine schema version!
> [11:54:53 ERROR]: [Jobs] Unable to connect to the database: Access denied for user '171281_mysql_db'@'localhost' (using password: YES)
> [11:54:53 ERROR]: [Jobs] Unable to connect to the database: Access denied for user '171281_mysql_db'@'localhost' (using password: YES)
> [11:54:53 ERROR]: [Jobs] Unable to connect to the database: Access denied for user '171281_mysql_db'@'localhost' (using password: YES)
> [11:54:53 ERROR]: [Jobs] Unable to connect to the database: Access denied for user '171281_mysql_db'@'localhost' (using password: YES)
> [11:54:53 ERROR]: [Jobs] Unable to connect to the database: Access denied for user '171281_mysql_db'@'localhost' (using password: YES)
> [11:54:53 ERROR]: [Jobs] Unable to connect to the database: Access denied for user '171281_mysql_db'@'localhost' (using password: YES)
> [11:54:53 ERROR]: [Jobs] Unable to connect to the database: Access denied for user '171281_mysql_db'@'localhost' (using password: YES)
> [11:54:53 ERROR]: [Jobs] Unable to connect to the database: Access denied for user '171281_mysql_db'@'localhost' (using password: YES)
> [11:54:53 ERROR]: [Jobs] Unable to connect to the database: Access denied for user '171281_mysql_db'@'localhost' (using password: YES)
> [11:54:53 ERROR]: [Jobs] Unable to connect to the database: Access denied for user '171281_mysql_db'@'localhost' (using password: YES)


Config takto:

Kód: Vybrat vše

#   The general configuration for the jobs plugin mostly includes how often the plugin
# saves user data (when the user is in the game), the storage method, whether
# to broadcast a message to the server when a user goes up a skill level.
#   It also allows admins to set the maximum number of jobs a player can have at
# any one time.

# Default language.  Use your languages two digit ISO 639-1 code, and optionally followed by the ISO-3166-1 country code.
# Example: en, en_US
locale-language: en
# storage method, can be MySQL, sqlite
storage-method: MySQL
# Requires Mysql.
mysql-username: 171281_mysql_db
mysql-password: MOJEHESLO
mysql-hostname: localhost:3306
mysql-database: 171281_mysql_db
mysql-table-prefix: jobs_
# How often in minutes you want it to save.  This must be a non-zero number
save-period: 10
# Should player data be saved on disconnect?
# Player data is always periodically auto-saved and autosaved during a clean shutdown.
# Only enable this if you have a multi-server setup, or have a really good reason for enabling this.
# Turning this on will decrease database performance.
save-on-disconnect: false
# Do all players get a message when somone goes up a skill level?
broadcast-on-skill-up: false
# Do all players get a message when somone goes up a level?
broadcast-on-level-up: false
# Maximum number of jobs a player can join.
# Use 0 for no maximum
max-jobs: 1
# Hide jobs from player if they lack the permission to join the job
hide-jobs-without-permission: false
# option to allow payment to be made when killing mobs from a spawner
enable-pay-near-spawner: false
# option to allow payment to be made in creative mode
enable-pay-creative: false
# Adds the Jobs xp recieved to the player's Minecraft XP bar
add-xp-player: false
# Modifys chat to add chat titles.  If you're using a chat manager, you may add the tag {jobs} to your chat format and disable this.
modify-chat: true
# Changes how often, in seconds, players are paid out.  Default is 5 seconds.
# Setting this too low may cause tick lag.  Increase this to improve economy performance (at the cost of delays in payment)
economy-batch-delay: 5
# Enable async economy calls.
# Only enable if your economy plugin is thread safe, use with EXTREME caution.
economy-async: false


Předem díky za pomoc
ObrázekObrázek

Mike8748
Příspěvky: 823
Registrován: 30 bře 2014, 10:05
Reputation: 28

Re: Jobs napojení na mysql

#2 Příspěvekod Mike8748 » 13 úno 2015, 13:56

Kód: Vybrat vše

mysql-hostname: localhost:3306

nemá náhodou hostname být neco.fakaheda.eu ?

Uživatelský avatar
panChemicky
Příspěvky: 1737
Věk: 34
Registrován: 07 čer 2013, 12:32
Reputation: 1
Bydliště: Cheb
Kontaktovat uživatele:

Re: Jobs napojení na mysql

#3 Příspěvekod panChemicky » 13 úno 2015, 14:18

Nemá nebo nemusí. Prostě to na to nemám vliv.
ObrázekObrázek

Uživatelský avatar
zdenda204
Příspěvky: 3617
Věk: 36
Registrován: 23 kvě 2012, 21:38
Reputation: 0

Re: Jobs napojení na mysql

#4 Příspěvekod zdenda204 » 13 úno 2015, 15:00

Každopádně chyba zní tak, že přístup odepřen.
Takže buď údaje, nebo ta adresa, takže bych to zkusil.
Přijímám zakázky na skripty/pluginy v PHP/Javě za malý poplatky! A kup mi sušenku :) Obrázek Obrázek
⇨Projekt Market⇦

Uživatelský avatar
panChemicky
Příspěvky: 1737
Věk: 34
Registrován: 07 čer 2013, 12:32
Reputation: 1
Bydliště: Cheb
Kontaktovat uživatele:

Re: Jobs napojení na mysql

#5 Příspěvekod panChemicky » 13 úno 2015, 15:10

Udaje mám dobře. Tu adresu jsem taky zkoušel a pořád stejný. Přitom ostatní pluginy mám napojený
ObrázekObrázek

Uživatelský avatar
Frank_ACE
Příspěvky: 548
Registrován: 08 dub 2014, 21:10
Reputation: 0

Re: Jobs napojení na mysql

#6 Příspěvekod Frank_ACE » 15 úno 2015, 00:11

Plugin jobs napojeny uspesne na databazu, takze nevidim problem u pluginu.


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 25 hostů