• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

access to MySQL on port 8306 from a foreign host

D

ddawis

Guest
Can anyone please tell me how to set mysql to allow me to login from IP %.%.%.% on port 8306? Pretty much so that when I run:

telnet %.%.%.% 8306

it will allow me to connect and not give:

Trying %.%.%.%...
Connected to %.%.%.%.
Escape character is '^]'.
LHost 'some.host.com' is not allowed to connect to this MySQL serverConnection closed by foreign host.

Thanks.
 
You can achieve it by modifying user table in database mysql.
If you will change host value for user to % that user will be able to connect from every IP.
 
Man, do you know you can be hacked ?
All passwords are keeping in that database in clear text.
Isn't it good to install ssh server , and connect to shell, then connect to database
WinSSHD can be solution

John S.G.
 
Back
Top