Informatikai Barkács Fórum

WORLD OF WARCRAFT SZERVER => Adatbázis => A témát indította: potike2010 Dátum 2011 július 20, 02:39:17 DÉLUTÁN

Cím: Navicat
Írta: potike2010 Dátum 2011 július 20, 02:39:17 DÉLUTÁN
probléma megoldva
Cím: Re:Navicat
Írta: Ice Dátum 2011 július 20, 06:49:21 DÉLUTÁN
Megtanulsz helyesen írni és leírod újra a problémád. Így van esély arra, hogy kapsz segítséget.
Cím: Re:Navicat
Írta: potike2010 Dátum 2011 július 20, 09:43:01 DÉLUTÁN
1. mivel nincs magyar windowsom se magyar billentyuzetem ezert nem tudok nagyon ekezetekell irni
Cím: Re:Navicat
Írta: potike2010 Dátum 2011 július 20, 09:59:45 DÉLUTÁN
le írom jobban : az lenne a probléma ,hogy navicat programmal nem tudok csatlakozzni haverom adatbázisáhóz be írok mindent jól port stb t de mindig csak azt írja ki Host ist not allowed connect to this MySql server olvastam sok helyen és azt írják kivülről kell jogot adjon és ezt ,hogy lehet meg csinálni ?
Cím: Re:Navicat
Írta: ident Dátum 2011 július 21, 08:01:26 DÉLELŐTT
Idézetet írta: potike2010 Dátum 2011 július 20, 09:59:45 DÉLUTÁN
le írom jobban : az lenne a probléma ,hogy navicat programmal nem tudok csatlakozzni haverom adatbázisáhóz be írok mindent jól port stb t de mindig csak azt írja ki Host ist not allowed connect to this MySql server olvastam sok helyen és azt írják kivülről kell jogot adjon és ezt ,hogy lehet meg csinálni ?

A haverod megkeresi a mysql beállításokat tartalmazó fájlt:

my.conf

Ebben kikeresi ezt a sort:

bind-address = 127.0.0.1

és átírja erre:

#bind-address = 127.0.0.1

Tehát elé rak egy # jelet. Újraindítja a mysql szervert és máris elérhető lesz kívülről.

Egyébként ha kicsit figyeltek a biztonságra, akkor ilyet nem csináltok, hanem mondjuk megoldjátok távvezérléssel. Erre tökéletes pl. a TeamViewer program ami ingyenesen letölthető és használható.
Cím: Re:Navicat
Írta: potike2010 Dátum 2011 július 21, 08:56:37 DÉLELŐTT
köszi
Cím: Re:Navicat
Írta: potike2010 Dátum 2011 július 22, 02:14:57 DÉLUTÁN
nem akarok új témát nyitni ezért itt irom ,hogy lehet repackos trinity szeron account csinálni mindent meg probáltam de nem jó aki tudja ,hogy kell irjon plz
Cím: Re:Navicat
Írta: potike2010 Dátum 2011 július 22, 02:25:31 DÉLUTÁN
auth serverben is probáltam meg word serverben ,word serverben itt valamit kell modositani is?################################################
# Trinity Core World Server configuration file #
################################################
[worldserver]

###################################################################################################
# SECTION INDEX
#
#    EXAMPLE CONFIG
#    CONNECTIONS AND DIRECTORIES
#    PERFORMANCE SETTINGS
#    SERVER LOGGING
#    SERVER SETTINGS
#    PLAYER INTERACTION
#    CREATURE SETTINGS
#    CHAT SETTINGS
#    GAME MASTER SETTINGS
#    VISIBILITY AND DISTANCES
#    SERVER RATES
#    AUTO BROADCAST
#    BATTLEGROUND CONFIG
#    ARENA CONFIG
#    NETWORK CONFIG
#    CONSOLE AND REMOTE ACCESS
#    CHARACTER DELETE OPTIONS
#    CUSTOM SERVER OPTIONS
#
###################################################################################################

###################################################################################################
# EXAMPLE CONFIG
#
#    Variable
#        Description: Brief description what the variable is doing.
#        
[15:00:00] >>   Important:   Annotation for important things about this variable.
#        Example:     "Example, i.e. if the value is a string"
#        Default:     10 - (Enabled|Comment|Variable name in case of grouped config options)
#                     0  - (Disabled|Comment|Variable name in case of grouped config options)
#
# Note to developers:
# - Copy this example to keep the formatting.
# - Line breaks should be at column 100.
###################################################################################################

###################################################################################################
# CONNECTIONS AND DIRECTORIES
#
#    RealmID
#        Description: ID of the Realm using this config.
#        Important:   RealmID must match the realmlist inside the realmd database.
#        Default:     1

RealmID = 1

#
#    DataDir
#        Description: Data directory setting.
#        Important:   DataDir needs to be quoted, as the string might contain space characters.
#        Example
[15:00:00] >>   :     "@prefix@/share/trinitycore"
#        Default:     "."

DataDir = "."

#
#    LogsDir
#        Description: Logs directory setting.
#        Important:   LogsDir needs to be quoted, as the string might contain space characters.
#                     Logs directory must exists, or log file creation will be disabled.
#        Default:     "" - (Log files will be stored in the current path)

LogsDir = "./logs"

#
#    LoginDatabaseInfo
#    WorldDatabaseInfo
#    CharacterDatabaseInfo
#        Description: Database connection settings for the world server.
#        Example:     "hostname;port;username;password;database"
#                     ".;somenumber;username;password;database" - (Use named pipes on Windows
#                                                                 "enable-named-pipe" to [mysqld]
#                                                                 section my.ini)
#                     ".;/path/to/unix_socket;username;password;database" - (use Unix sockets on
#                    
[15:00:00] >>                                                         Unix/Linux)
#        Default:     "127.0.0.1;3306;trinity;trinity;auth"       - (LoginDatabaseInfo)
#                     "127.0.0.1;3306;trinity;trinity;world"      - (WorldDatabaseInfo)
#                     "127.0.0.1;3306;trinity;trinity;characters" - (CharacterDatabaseInfo)

LoginDatabaseInfo     = "127.0.0.1;3306;root;ascent;realmd"
WorldDatabaseInfo     = "127.0.0.1;3306;root;ascent;world"
CharacterDatabaseInfo = "127.0.0.1;3306;root;ascent;characters"

#
#    LoginDatabase.WorkerThreads
#    WorldDatabase.WorkerThreads
#    CharacterDatabase.WorkerThreads
#        Description: The amount of worker threads spawned to handle asynchronous (delayed) MySQL
#                     statements. Each worker thread is mirrored with its own connection to the
#                     MySQL server and their own thread on the MySQL server.
#        Default:     1 - (LoginDatabase.WorkerThreads)
#                     1 - (WorldDatabase.WorkerThreads)
#                
[15:00:00] >>        1 - (CharacterDatabase.WorkerThreads)

LoginDatabase.WorkerThreads     = 1
WorldDatabase.WorkerThreads     = 1
CharacterDatabase.WorkerThreads = 1

#
#    LoginDatabase.SynchThreads
#    WorldDatabase.SynchThreads
#    CharacterDatabase.SynchThreads
#        Description: The amount of MySQL connections spawned to handle.
#        Default:     1 - (LoginDatabase.WorkerThreads)
#                     1 - (WorldDatabase.WorkerThreads)
#                     2 - (CharacterDatabase.WorkerThreads)

LoginDatabase.SynchThreads     = 1
WorldDatabase.SynchThreads     = 1
CharacterDatabase.SynchThreads = 2

#
#    MaxPingTime
#        Description: Time (in minutes) between database pings.
#        Default:     30

MaxPingTime = 30

#
#    WorldServerPort
#        Description: TCP port to reach the world server.
#        Default:     8085

WorldServerPort = 8085

#
#    BindIP
#        Description: Bind world server to IP/hostname
#        Default:     "0.0.0.0" - (Bind to all IPs on the system)

BindIP = "0.0.0.0"
trinity.exe consoleban is meg probaltam de nem ment
Cím: Re:Navicat
Írta: Szilárd Dátum 2011 július 28, 07:35:10 DÉLUTÁN
Először:
- Pastebin-re az ilyen kódokat.
Másodszor:
- Nem konfigban keresendő a hiba.
Harmadszor:
- Nincs is semmi féle hiba.
Negyedszer:
- A TrinityCore.exe indulása és betöltése után kiadod az ablakban a következő parancsot:

account create felhasznalonev jelszo

Ezután nyomsz egy Entert(értelemszerűen felhasználónév helyére a tiédet, jelszó helyére pedig a választott jelszavadat írd).
Ha GM accountot szeretnél minden joggal(helyesbítek, majdnem minden joggal)

account set gm felhasznalonev 3 -1

Tehát az account minden realmen(-1) Admin lesz.
Ezek után engedélyezd a Wotlk tartalmat a felhasználónak...

account set addon felhasznalonev 2


Ilyen egyszerű.
Cím: Re:Navicat
Írta: potike2010 Dátum 2011 július 29, 09:47:20 DÉLUTÁN
Nagyon köszönom !!