This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What is the problem?Upon startup the config.yml file is changed from what is supposed to be there. Specifically the mysql password field. It seems after i put in password: '****' it changes to just password: ***** removing the apostrophes surrounding the password which is why (im assuming) i can't connect to my database.
What steps will reproduce the problem?1. editing config.yml2. start server3. config.ynl is changed
What version of HawkEye are you using (shown in console during start-up)?1.0.5b
Show me any console errors and/or your start-up console message for HawkEye19:44:42 [INFO] [HawkEye] Starting HawkEye 1.0.5b initiation process...19:44:42 [INFO] [HawkEye] Using PermissionsEx for user permissions19:44:42 [INFO] [HawkEye] Performing update check...19:44:44 [INFO] [HawkEye] No updates available for HawkEye19:44:44 [SEVERE] [HawkEye] Error whilst attempting to get connection: java.sql.SQLException: Access denied for user 'root'@'50-35-183-59.evrt.wa.frontiernet.net' (using password: YES)19:44:44 [SEVERE] [HawkEye] Error initiating HawkEye database connection, disabling plugin19:44:44 [INFO] [HawkEye] Version 1.0.5b disabled!
Show me your config.yml and/or your config.php (REMOVE YOUR PASSWORD)log: lava-bucket: true water-bucket: true painting-place: true pvp-death: true mob-death: true other-death: true command: true chat: true join: true quit: true door-interact: true open-container: true container-transaction: true item-pickup: true item-drop: true button: true teleport: true lever: true sign-place: true sign-break: true painting-break: true flint-steel: true block-place: true block-break: true block-burn: true block-fade: true block-form: true leaf-decay: true mushroom-grow: true tree-grow: true water-flow: false lava-flow: false explosion: true enderman-pickup: true enderman-place: true other: truegeneral: max-lines: 0 log-item-drops-on-death: false cleanse-period: 20m cleanse-age: 0 delete-data-on-rollback: true log-ip-addresses: true debug: false max-radius: 0 tool-block: '17' default-here-radius: 5 default-tool-command: '' check-for-updates: truemysql: hawkeye-table: hawkeye port: 3306 player-table: hawk_players username: root world-table: hawk_worlds hostname: db.closetserver.tk max-connections: 10 password: '*******' database: minecraftignore-worlds:- plotsversion: 1.0.5bcommand-filter:- /login- /restartsrv- /registerblock-filter:- 140- 150
Have you checked the FAQ page?what faq?
To post a comment, please login or register a new account.