Хостинг серверов Minecraft playvds.com
  1. Вы находитесь в русском сообществе Bukkit. Мы - администраторы серверов Minecraft, разрабатываем собственные плагины и переводим на русский язык плагины наших собратьев из других стран.
    Скрыть объявление

Помогите Связать Iconomy и Mysql

Тема в разделе "[Архив] Помощь", создана пользователем Charting, 3 июл 2013.

  1. Автор темы
    Charting

    Charting Активный участник Пользователь

    Баллы:
    88
    Имя в Minecraft:
    Halder
    Помогите связать Iconomy и Mysql... Вот Хост db2.myarena.ruПорт 3306 имя базы данных ring001_Server Пользователь ring001_ring777 Куда нужно вписывать пароль поставьте ***** Плиз....Просто не могу настроить. Поставлю лайк
     
  2. Хостинг MineCraft
    <
  3. Автор темы
    Charting

    Charting Активный участник Пользователь

    Баллы:
    88
    Имя в Minecraft:
    Halder
    Database:
    # Databases Supported:
    # Flatfile, FF, mini, minidb
    # - These all equate to miniDB
    ##
    # item, items, inventory, inventoryDB
    # - These all equate to InventoryDB, which uses inventory for storage
    ##
    # xp, exp, orb, xpdb, expdb, orbdb
    # - These all equate to ExperienceDB, which relies on Experience for balance.
    ##
    # mysql, mysqldb
    # - These will attempt to connect to MySQL
    ##
    # sqlite, sqlite2, sqlite3, sqlitedb
    # - These will attempt to create & connect to SQLite
    ##
    # postgre, postgreSQL, postgreDB
    # - These will attempt to connect to PostgreSQL
    Type: 'minidb'

    # These are for InventoryDB only.
    #
    # InventoryDB is essentially Physical Money.
    # It isn't logged in a database, its based on the users inventory
    # and the two items selected below.
    #
    # MajorItem is the item or block ID of the major currency
    # MinorItem is the item or block ID of the minor currency
    # e.g. MajorItem: 266, MinorItem: 265 for Gold/Iron
    MajorItem: 266
    MinorItem: 265

    # This controls the database name, by default it is iConomy
    Table: 'iConomy'

    # URL is for SQL Databases Only
    ##
    # Path to iConomy folder is easy, it's the COMPLETE path.
    # (Mine) G:\MineCraft\plugins\iConomy\
    # Won't be the same as yours, but it usually looks like that.
    ##
    # [H2DB Default] h2:path/to/iConomy/folder/iConomy;AUTO_RECONNECT=TRUE
    # [SQLite Default] sqlite:path/to/iConomy/folder/iConomy.db
    ##
    # Binary Databases use ip:port style connections.
    # ip
    # - is the connection identifier (internet protocol)
    # - for ipv6 usually encased in brackets [::1]
    # port
    # - the port that the database is listening on
    # - defaults: 3306 for mysql, postgre is either 5740 or 5432
    ##
    # [MySQL Default] mysql://localhost:3306/iConomy
    # [Postgre Default] postgresql://localhost:5740/iConomy
    URL: 'mysql://localhost:3306/iConomy'

    # Login details for binary databases
    Username: 'root'
    Password: ''

    ##############################################################
    # !!! Conversion is not your database settings !!!
    ##############################################################
    # Conversion allows you to convert your old 5.x to the new 6.x
    # All is currently unused.
    ##############################################################
    # URL is for MySQL only, H2DB doesn't use it.
    ##############################################################
    Conversion:
    # Set to True, After converting, change this back to false!
    Enabled: false

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

    # Database Table
    Table: 'iConomy'

    # Database URL without table at the end.
    URL: 'mysql://localhost:3306'

    # Username / Password
    # H2DB does not use this. MySQL Only.
    Username: 'root'
    Password: ''

    # Unused ATM.
    All: true
    [DOUBLEPOST=1372883063,1372880661][/DOUBLEPOST]Я просто не могу разобраться куда нужно название базы данных вставлять
     
  4. Tereror

    Tereror Старожил

    Баллы:
    103
    Код:
    # Database Type, H2DB or MySQL
    Type: 'MySQL' тут пиши MySql
     
    # Database Table
    Table: 'iConomy' Название таблицы
     
    # Database URL without table at the end.
    URL: 'mysql://db2.myarena.ru:3306' где localhost там будет айпи твоего веб-сервера порт 3306 лучше не меняй, если не знаешь.
     
    # Username / Password
    # H2DB does not use this. MySQL Only.
    Username: 'ring001_ring777' Имя юзера базы данных
    Password: 'ВОТ ТУТ БЛ*ТЬ ПАРОЛЬ' пароль базы данных
    
    В коде прочитай что я написал, думаю поймешь.
     
  5. Автор темы
    Charting

    Charting Активный участник Пользователь

    Баллы:
    88
    Имя в Minecraft:
    Halder
    Сделал но таблица не создается
     
  6. nik12555

    nik12555 Активный участник

    Баллы:
    78
    Имя в Minecraft:
    Nikolay125
    Запросом SQL попробуй
     
  7. Автор темы
    Charting

    Charting Активный участник Пользователь

    Баллы:
    88
    Имя в Minecraft:
    Halder
    #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Conversion: # Set to True, After converting, change this back to false! ' at line 1
    Вот такую херню мне пишет
    [DOUBLEPOST=1372916605,1372916472][/DOUBLEPOST]Надо куда нибудь писать название базы данных????
     
  8. qwertyqwerty

    qwertyqwerty Старожил Пользователь

    Баллы:
    103
    удали сервер и не мучайся
     
    Tereror нравится это.
  9. Автор темы
    Charting

    Charting Активный участник Пользователь

    Баллы:
    88
    Имя в Minecraft:
    Halder
  10. nik12555

    nik12555 Активный участник

    Баллы:
    78
    Имя в Minecraft:
    Nikolay125
    Ну ты перед тем как писать что то, узнай как пишется и что тебе нужно) пишет же что в синтаксе ошибка
    -------------
    P.S. я SQL не учил, знаю что так можно добиться того что ты хочешь, пилите Шура)
     
  11. Автор темы
    Charting

    Charting Активный участник Пользователь

    Баллы:
    88
    Имя в Minecraft:
    Halder
    А что нужно сделать?
     
  12. nik12555

    nik12555 Активный участник

    Баллы:
    78
    Имя в Minecraft:
    Nikolay125
    Ну я же сказал, что не знаю, но посоветую вам написать это в тему "Веб обвязки и лаунчеры" думаю там вам помоут
     

Поделиться этой страницей