Re: Can not Remotely Access MySQL Server 5.7 Installed in Windows Server 2008R2
Posted by: dj zero
Date: July 12, 2019 07:50AM

I used the command prompt. You can see the results below.
But how to define a user and a machine allowed to connect to the machine on which MySQl is installed.


C:\Windows\system32>ping 192.168.1.100

Envoi d'une requête 'Ping' 192.168.1.100 avec 32 octets de données :
Réponse de 192.168.1.100 : octets=32 temps=1 ms TTL=128
Réponse de 192.168.1.100 : octets=32 temps=1 ms TTL=128
Réponse de 192.168.1.100 : octets=32 temps=20 ms TTL=128
Réponse de 192.168.1.100 : octets=32 temps=1 ms TTL=128

Statistiques Ping pour 192.168.1.100:
Paquets : envoyés = 4, reçus = 4, perdus = 0 (perte 0%),
Durée approximative des boucles en millisecondes :
Minimum = 1ms, Maximum = 20ms, Moyenne = 5ms

C:\Windows\system32>mysql -u root -plocal@99 -h 192.168.1.100
mysql: [Warning] Using a password on the command line interface can be insecure.

ERROR 1130 (HY000): Host 'Zer7-PC' is not allowed to connect to this MySQL se
rver

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.