最開始登陸直接報錯 我的遠程登陸系統(tǒng)是Mac os
在昌樂等地區(qū),都構建了全面的區(qū)域性戰(zhàn)略布局,加強發(fā)展的系統(tǒng)性、市場前瞻性、產(chǎn)品創(chuàng)新能力,以專注、極致的服務理念,為客戶提供網(wǎng)站建設、做網(wǎng)站 網(wǎng)站設計制作按需策劃設計,公司網(wǎng)站建設,企業(yè)網(wǎng)站建設,成都品牌網(wǎng)站建設,成都全網(wǎng)營銷推廣,外貿(mào)網(wǎng)站建設,昌樂網(wǎng)站建設費用合理。nancylulululudeMacBook-Air:bin nancy$ mysql -h 172.16.158.132 -u root -p
Enter password:
ERROR 2003 (HY000): Can't connect to MySQL server on '172.16.158.132' (61)
能ping通
nancylulululudeMacBook-Air:bin nancy$ ping 172.16.158.132
PING 172.16.158.132 (172.16.158.132): 56 data bytes
64 bytes from 172.16.158.132: icmp_seq=0 ttl=64 time=1.361 ms
64 bytes from 172.16.158.132: icmp_seq=1 ttl=64 time=1.622 ms
64 bytes from 172.16.158.132: icmp_seq=2 ttl=64 time=0.399 ms
應該是端口問題
登陸mysql服務器
查看mysql端口
[root@nancycici src]# netstat -apn | grep 3306
tcp6 0 0 :::3306 :::* LISTEN 36866/mysqld
查看端口防火墻
[root@nancycici src]# firewall-cmd --query-port=3306/tcp
no
修改端口
[root@nancycici src]# firewall-cmd --zone=public --add-port=3306/tcp --permanent
success
[root@nancycici src]# firewall-cmd --query-port=3306/tcp
no
重新加載
[root@nancycici src]# firewall-cmd --reload
success
[root@nancycici src]# firewall-cmd --query-port=3306/tcp
yes
客戶端登陸成功
nancylulululudeMacBook-Air:bin nancy$ mysql -h 172.16.158.132 -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 24
Server version: 5.7.25 MySQL Community Server (GPL)
Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
-D 登陸數(shù)據(jù)庫
mysql -h 172.16.158.132 -D nancyuser -u root -p
當前標題:遠程登陸mysql5.7服務端-創(chuàng)新互聯(lián)
鏈接地址:http://www.rwnh.cn/article44/jdghe.html
成都網(wǎng)站建設公司_創(chuàng)新互聯(lián),為您提供網(wǎng)頁設計公司、網(wǎng)站改版、營銷型網(wǎng)站建設、網(wǎng)站策劃、定制開發(fā)、ChatGPT
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)