Résolu Erreur mise en ligne du serveur

Statut
N'est pas ouverte pour d'autres réponses.

Black-DN

Membre
Inscription
6 Juillet 2012
Messages
383
Réactions
63
Points
9 106
Bonjour,
Aujourd'hui j'ai voulu lancer mon serveur qui était sous no-ip et une erreur m'est survenue lors du lancement de la console authserver et worldserver:

Code:
TrinityCore rev. unknown 1970-01-01 00:00:00 +0000 (Archived branch) (Win32, Release) (authserver)
<Ctrl-C> to stop.

Using configuration file authserver.conf.
OpenSSL 1.0.1e 11 Feb 2013 (Library: OpenSSL 1.0.1c 10 May 2012)
Opening DatabasePool 'auth'. Asynchronous connections: 1, synchronous connections: 1.
Could not connect to MySQL database at MONIP: Host 'NOMDEMONPC' is not allowed to connect to this MySQL server

Could not connect to MySQL database at MONIP: Host 'NOMDEMONPC' is not allowed to connect to this MySQL server

DatabasePool auth NOT opened. There were errors opening the MySQL connections. Check your SQLDriverLogFile for specific errors.
Cannot connect to database


Code:
Using configuration file worldserver.conf.
Using SSL version: OpenSSL 1.0.1e 11 Feb 2013 (library: OpenSSL 1.0.1c 10 May 2012)
Using ACE version: 6.1.4
TrinityCore rev. unknown 1970-01-01 00:00:00 +0000 (Archived branch) (Win32, Release) (worldserver-daemon)
<Ctrl-C> to stop.

______                       __
/\__  _\       __          __/\ \__
\/_/\ \/ _ __ /\_\    ___ /\_\ \, _\  __  __
   \ \ \/\`'__\/\ \ /' _ `\/\ \ \ \/ /\ \/\ \
    \ \ \ \ \/ \ \ \/\ \/\ \ \ \ \ \_\ \ \_\ \
     \ \_\ \_\  \ \_\ \_\ \_\ \_\ \__\\/`____ \
      \/_/\/_/   \/_/\/_/\/_/\/_/\/__/ `/___/> \
                                 C O R E  /\___/
http://TrinityCore.org                    \/__/

Could not connect to MySQL database at MONIP: Host 'NOMDEMONPC' is not allowed to connect to this MySQL server

Could not connect to MySQL database at MONIP: Host 'NOMDEMONPC' is not allowed to connect to this MySQL server

DatabasePool world NOT opened. There were errors opening the MySQL connections. Check your SQLDriverLogFile for specific errors.
Cannot connect to world database 25.116.107.0;3306;root;;world

- J'ai ensuite esseyer de lancer mon serveur en local (donc avec l'ip 127.0.0.1) et tout c'est lancer correctement.
- J'ai aussi esseyer de lancer mon serveur avec hamachi et la meme erreur qu'avec no-ip c'est afficher.

Merci de bien vouloir m'aider.
 

TosZ

♣ Weed Smoker ♣
Premium
Inscription
11 Juillet 2013
Messages
936
Réactions
258
Points
11 706
Bonjour,
Aujourd'hui j'ai voulu lancer mon serveur qui était sous no-ip et une erreur m'est survenue lors du lancement de la console authserver et worldserver:

Code:
TrinityCore rev. unknown 1970-01-01 00:00:00 +0000 (Archived branch) (Win32, Release) (authserver)
<Ctrl-C> to stop.

Using configuration file authserver.conf.
OpenSSL 1.0.1e 11 Feb 2013 (Library: OpenSSL 1.0.1c 10 May 2012)
Opening DatabasePool 'auth'. Asynchronous connections: 1, synchronous connections: 1.
Could not connect to MySQL database at MONIP: Host 'NOMDEMONPC' is not allowed to connect to this MySQL server

Could not connect to MySQL database at MONIP: Host 'NOMDEMONPC' is not allowed to connect to this MySQL server

DatabasePool auth NOT opened. There were errors opening the MySQL connections. Check your SQLDriverLogFile for specific errors.
Cannot connect to database


Code:
Using configuration file worldserver.conf.
Using SSL version: OpenSSL 1.0.1e 11 Feb 2013 (library: OpenSSL 1.0.1c 10 May 2012)
Using ACE version: 6.1.4
TrinityCore rev. unknown 1970-01-01 00:00:00 +0000 (Archived branch) (Win32, Release) (worldserver-daemon)
<Ctrl-C> to stop.

______                       __
/\__  _\       __          __/\ \__
\/_/\ \/ _ __ /\_\    ___ /\_\ \, _\  __  __
   \ \ \/\`'__\/\ \ /' _ `\/\ \ \ \/ /\ \/\ \
    \ \ \ \ \/ \ \ \/\ \/\ \ \ \ \ \_\ \ \_\ \
     \ \_\ \_\  \ \_\ \_\ \_\ \_\ \__\\/`____ \
      \/_/\/_/   \/_/\/_/\/_/\/_/\/__/ `/___/> \
                                 C O R E  /\___/
http://TrinityCore.org                    \/__/

Could not connect to MySQL database at MONIP: Host 'NOMDEMONPC' is not allowed to connect to this MySQL server

Could not connect to MySQL database at MONIP: Host 'NOMDEMONPC' is not allowed to connect to this MySQL server

DatabasePool world NOT opened. There were errors opening the MySQL connections. Check your SQLDriverLogFile for specific errors.
Cannot connect to world database 25.116.107.0;3306;root;;world

- J'ai ensuite esseyer de lancer mon serveur en local (donc avec l'ip 127.0.0.1) et tout c'est lancer correctement.
- J'ai aussi esseyer de lancer mon serveur avec hamachi et la meme erreur qu'avec no-ip c'est afficher.

Merci de bien vouloir m'aider.

Salut !

Alors plusieurs paramettre peuvent donner suite à cette erreur:

- Il se pourrait que le compte MySQL 'ROOT' soit bloquer pour les connexions non-locals, soit sans 127.0.0.1, ceci dit, rien ne t'empêche de laisser 127.0.0.1, mais créer toi au autre compte sql pour plus de sécurité.
-25.116.107.0;3306;root;;world : Il y a 2x le point virgule

Et fait attention, n'importe qui peut se connecter à ton serveur SQL, tes ID sont visible.
 
Statut
N'est pas ouverte pour d'autres réponses.
Haut