Stránka 1 z 1

AuthMe - MySQL

Napsal: 13 srp 2012, 00:35
od FilasCZE
Server: november.fakaheda.eu:27363

Čau,
chtěl bych se zeptat jestli nevíte co mám špatně v configu, že se mi AuthMe nechce připojit na SQL

Spoiler: zobrazit

Kód: Vybrat vše

DataSource:
  mySQLColumnName: username
  mySQLTablename: authme
  mySQLUsername: gs_27363_1
  backend: file
  mySQLColumnLastLogin: lastlogin
  mySQLDatabase: gs_27363_1
  mySQLPort: '3306'
  mySQLColumnIp: ip
  mySQLHost: 127.0.0.1
  mySQLColumnPassword: password
  mySQLPassword: 'xxx'
  caching: true
GroupOptions:
  UnregisteredPlayerGroup: ''
  RegisteredPlayerGroup: ''
  Permissions:
    PermissionsOnJoin: []
settings:
  sessions:
    enabled: false
    timeout: 30
  restrictions:
    allowChat: false
    maxRegPerIp: 2
    maxNicknameLength: 20
    ForceSingleSession: true
    ForceSpawnLocOnJoinEnabled: false
    SaveQuitLocation: true
    AllowRestrictedUser: false
    AllowedRestrictedUser: []
    kickNonRegistered: false
    kickOnWrongPassword: true
    teleportUnAuthedToSpawn: false
    minNicknameLength: 4
    allowMovement: false
    timeout: 30
    allowedNicknameCharacters: '[a-zA-Z0-9_?]*'
    allowedMovementRadius: 100
    enablePasswordVerifier: true
    ProtectInventoryBeforeLogIn: true
  GameMode:
    ForceSurvivalMode: true
    ResetInventotyIfCreative: false
  security:
    minPasswordLength: 4
    unLoggedinGroup: unLoggedinGroup
    passwordHash: SHA256
    passwordMaxLength: 20
  registration:
    enabled: true
    messageInterval: 5
    force: true
  unrestrictions:
    UnrestrictedName: []
  messagesLanguage: en
ExternalBoardOptions:
  mySQLColumnSalt: ''
  mySQLColumnGroup: ''
  nonActivedUserGroup: -1
permission:
  EnablePermissionCheck: false
BackupSystem:
  ActivateBackup: false
  OnServerStart: false
  OnServerStop: true
  MysqlWindowsPath: C:\\Program Files\\MySQL\\MySQL Server 5.1\\
Passpartu:
  enablePasspartu: false


Předem díky

Re: AuthMe - MySQL

Napsal: 13 srp 2012, 01:28
od Sejsel
No, máš to pořád nastavené na soubor, místo MySQL :)

Stačí upravit toto:

Kód: Vybrat vše

  backend: file


na toto:

Kód: Vybrat vše

  backend: mysql

Re: AuthMe - MySQL

Napsal: 13 srp 2012, 08:03
od FilasCZE
Áha :) super děkuju Sejseli

//LOCK