鍍金池/ 問答/數(shù)據(jù)庫  HTML/ sequel pro mac 無法連接數(shù)據(jù)庫

sequel pro mac 無法連接數(shù)據(jù)庫

sequel pro mac 無法連接數(shù)據(jù)庫

通過mysql命令行 可以登錄 通過 sequel pro客戶端無法登錄

~ mysql -h 192.168.6.15 -u root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 98
Server version: 5.7.16 MySQL Community Server (GPL)

Copyright (c) 2000, 2017, 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.

mysql> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| mysql              |

圖片描述

我mac有2個以太網(wǎng)連接 一個外網(wǎng)(192.168.1.26) 一個內(nèi)網(wǎng)(192.168.6.32) 這個數(shù)據(jù)庫在內(nèi)網(wǎng)

一個外網(wǎng)
圖片描述

回答
編輯回答
空痕

寫上端口!命令行默認3306,sequel pro并不會給你默認

2018年4月22日 07:01