I have installed and running MariaDB server on a raspberry 4. I am trying to connect with Dbeaver but i am unsuccessful.
Hosting db details:
- Raspbian: GNU/Linux 10 (buster)
- mariadb: Server version: 10.3.34-MariaDB-0+deb10u1 Raspbian 10
Client access:
- Dbeaver: Version 22.1.5.202208211008
- phpmyadmin
Now as you see, I have installed phpmyadmin as well and I can successfully connect to host. Also I can ssh remote connect. However Dbeaver refuses to connect and times out.
What I have tried so far:
- I have configured mariadb in 50-server.cnf to bind to 0.0.0.0
- I have added an
admin
user account in mysql with all rights and is stated as admin@192.168.1.x, where the ip is the remote pc's ip with the Dbeaver. - I have tried adding also "admin"@"%"
What should I troubleshoot next?