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

navicat-fot-mysql - 怎樣使用Navicat for Mysql連接Ubuntu虛擬機上的mysql服務(wù)器
大家講道理
大家講道理 2017-04-17 12:03:49
0
4
946
大家講道理
大家講道理

光陰似箭催人老,日月如移越少年。

reply all(4)
巴扎黑

I guess so
1. When you are in the virtual machine, you log in as user root@127.0.0.1;
2. In Windows 7, you log in as user root@%;

User permissions are different in these two cases.
Suppose you log in to the virtual machine as user root and create db, house, yst, etc., but these databases are not authorized to you as user root@%;
All you need to do is
grant <privileges> to root@% identified by <password>;
flush privileges;
3. Then log in to Windows 7 to use it.

劉奇
  1. First you have to ensure that win7 can access ubuntu, ping ubuntu’s ip on win7
  2. Fill in the ubuntu information when creating a database connection in Navicat
巴扎黑

First of all, your Navicat login user must have corresponding database permissions. You can use the grant command to configure permissions. After creating a new database on the server, you must use flush privilege to refresh the permissions

阿神

It is indeed a permissions issue
The use, mysql, information_schema databases can be accessed locally or remotely
As for your newly created database, accessing it from a virtual machine is called local access, and accessing it from win7 When navicat was accessed in the past, it was remote access
It is very likely that you only have local permissions and no remote access permissions
So you need to authorize so that you can see the database

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