Quantcast
Channel: Active questions tagged ubuntu - Stack Overflow
Viewing all articles
Browse latest Browse all 6046

Connect dbeaver to mysql-server inside vmware machine

$
0
0

Please help me, I'm try to connect client dbeaver to mysql-server inside vmware ubuntu 20.04.

[enter image description here](https://i.sstatic.net/Y5IvF.png)

Ip host client: 172.25.3.65 - WindowsIp host server : 192.168.11.128 - Ubuntu 20.04 LTS

Y try edit mysql.cnf:[enter image description here](https://i.sstatic.net/f3TBy.png)

And create users with privilges:

CREATE USER ctdb@'172.25.3.65' IDENTIFIED BY 'password';GRANT ALL PRIVILEGES ON ctdb_bq.* TO 'ctdb'@'172.25.3.65' WITH GRANT OPTION;FLUSH PRIVILEGES;

[enter image description here](https://i.sstatic.net/nTU4A.png)

But, when I try connect with dbeaver show this error;

[enter image description here](https://i.sstatic.net/DdkDS.png)


Viewing all articles
Browse latest Browse all 6046

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>