开发者

How to config the server to get access to mysql from external

开发者 https://www.devze.com 2023-03-05 05:53 出处:网络
Hy!开发者_运维问答 I have a debian server witha installed mysql server. Now my problem is that i don\'t get access from external.

Hy!开发者_运维问答

I have a debian server with a installed mysql server.

Now my problem is that i don't get access from external.

How to config it?

Hint: netbeans doesn't support ssh; i looked into the iptables and there is no change from stock

thx


If you want access to your debian server console from the outside through ssh, you have to install the ssh daemon on it:

apt-get update
apt-get install ssh
0

精彩评论

暂无评论...
验证码 换一张
取 消