Home > front end >  MySql server not showing proper databases from Ubuntu server
MySql server not showing proper databases from Ubuntu server

Time:12-01

I'm using wsl2 on a windows machine. I want to view my databases that I have on mysql server ubuntu in a GUI such as mysql workbench (on windows) but it seems as the two are not linked. In the pictures provided you can see that when I login to root, it displays different databases, I also use different passwords for root on both servers. When I try to use the root password from the ubuntu server in workbench, I get the error that I cannot connect to the database server.

enter image description here

If you start MySQL Workbench after running this script, you should be able to connect to MySQL (or MariaDB) which is running in the WSL2 session.

Disclaimer: I am not responsible for the fact that you did not make a backup of the file connections.xml

  • Related