国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

使用Navicat for Mysql連接Ubuntu虛擬機上的mysql服務器失敗
阿神
阿神 2017-04-17 11:37:54
0
5
810

操作系統(tǒng):windows 7
mysql所在虛擬機操作系統(tǒng):Ubuntu 12
Navicat for Mysql版本:11.0.10 企業(yè)版
在虛擬機上用命令行連接mysql沒問題
在windows 7上使用navicat連接報錯:

有沒有誰之前遇到過類似問題?

補充:
netstat查看端口狀態(tài):

iptables狀態(tài):

mysql.user數(shù)據(jù)庫表狀態(tài):

阿神
阿神

閉關修行中......

reply all(5)
巴扎黑

I did it myself because I used bind-address=127.0.0.1 to bind the local address in my /etc/mysql/my.cnf file. Just comment out this sentence and it will be fine

迷茫

Turn off the Linux firewall function, or set up to allow the 3306 port of the TCP protocol to pass

http://blog.libnav.com/sql/60.html
http://www.2cto.com/os/201203/124332.html

洪濤

It’s no problem to connect to mysql using the command line on the virtual machine

Local link The local service uses NETBIOS analysis, of course it can be connected

Error when using navicat connection on Windows 7:

Then, there are many reasons for this.
1. Ping Ubuntu’s address to see if it can be reached? If not, check how the network settings of your virtual machine are set up. Then check whether the ubuntu firewall is turned off.
2. Ping is successful, but Mysql still cannot connect, check your Mysql authorization. Mysql's authorization for the account includes "user name" + "source address"

左手右手慢動作

I also encountered this problem. It didn’t work even after reinstalling the system. I just installed the software. What are the connection steps?

How to use Navicat for Mysql to connect to the mysql server on the Ubuntu virtual machine - SegmentFault
http://segmentfault.com/q/1010000002648801

劉奇

bind-address=127.0.0.1 is preceded by # and is authorized.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template