• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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