Stránka 1 z 1

iConomy konverze ze souboru do MySQL

Napsal: 11 bře 2015, 22:39
od ypxo
Server: IP: 93.91.250.129:27570

Zdravím, nedaří se mi překonvertovat soubor accounts.mini do MySQL databáze.
Přikládám zde config:

Kód: Vybrat vše

System:
  Permissions:
    Use:
      Holdings: false
  Default:
    Currency:
      Major: [ 'Dollar', 'Dollars' ]
      Minor: [ 'Coin', 'Coins' ]
    Account:
      Holdings: 1000.0
  Formatting:
    Minor: false
    Seperate: false
    Single: false
  Logging:
    Enabled: false
  Purging:
    Enabled: true
  Interest:
    Enabled: false
    Online: true
    Announce:
      Enabled: false
    Interval:
      Seconds: 60
    Amount:
      Cutoff: 0.0
      Percent: 0.0
      Maximum: 1
      Minimum: 2
  Database:
    Type: 'mysql'
    MajorItem: 266
    MinorItem: 265
    Table: 'iConomy'
    URL: 'mysql://93.91.250.129:3306/177237_mysql_db'
    Username: '177237_mysql_db'
    Password: 'heslo'
    Conversion:
      # Set to True, After converting, change this back to false!
      Enabled: false

      # Database Type, H2DB or MySQL
      Type: 'MySQL'

      # Database Table
      Table: 'iConomy'

      # Database URL without table at the end.
      URL: 'mysql://93.91.250.129:3306/177237_mysql_db'

      # Username / Password
      # H2DB does not use this. MySQL Only.
      Username: '177237_mysql_db'
      Password: 'heslo'

      # Unused ATM.
      All: true

Re: iConomy konverze ze souboru do MySQL

Napsal: 12 bře 2015, 15:09
od Kesuordep
Zkus takhle:

Kód: Vybrat vše

System:
  Permissions:
    Use:
      Holdings: false
  Default:
    Currency:
      Major: [ 'Dollar', 'Dollars' ]
      Minor: [ 'Coin', 'Coins' ]
    Account:
      Holdings: 1000.0
  Formatting:
    Minor: false
    Seperate: false
    Single: false
  Logging:
    Enabled: false
  Purging:
    Enabled: true
  Interest:
    Enabled: false
    Online: true
    Announce:
      Enabled: false
    Interval:
      Seconds: 60
    Amount:
      Cutoff: 0.0
      Percent: 0.0
      Maximum: 1
      Minimum: 2
  Database:
    Type: 'MySQL'
    MajorItem: 266
    MinorItem: 265
    Table: 'iConomy'
    URL: 'mysql://93.91.250.129:3306/177237_mysql_db'
    Username: '177237_mysql_db'
    Password: 'heslo'
    Conversion:
      # Set to True, After converting, change this back to false!
      Enabled: false

      # Database Type, H2DB or MySQL
      Type: 'MySQL'

      # Database Table
      Table: 'iConomy'

      # Database URL without table at the end.
      URL: 'mysql://93.91.250.129:3306/177237_mysql_db'

      # Username / Password
      # H2DB does not use this. MySQL Only.
      Username: '177237_mysql_db'
      Password: 'heslo'

      # Unused ATM.
      All: true

Re: iConomy konverze ze souboru do MySQL

Napsal: 12 bře 2015, 16:13
od ypxo
Tak jsem to zkusil a je vše stejné, normálně se to na databázi připojí, hráčům peníze ukládá na MySQL a nepřekonvertuje je to.

EDIT: Stále aktuální.