Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 957 Bytes

MySQL workbench related.md

File metadata and controls

21 lines (11 loc) · 957 Bytes
1. MySQL Workbench as a snap can't connect to MySQL server at localhost
sudo snap connect mysql-workbench-community:password-manager-service :password-manager-service

Credits: here

2. UI Elements look trash in MySQL Workbench while system-wide dark theme is enabled

THIS IS MORE OF A MYSQL WORKBENCH ISSUE THAN AN UBUNTU/POP!_OS ISSUE

Solution 1: Disable system-wide dark mode? (lol)

Solution 2 (the real one): Disable dark theme only for Workbench

Run Workbench with "env GTK_THEME=Adwaita" prepended; ie env GTK_THEME=Adwaita mysql-workbench %f

Change the desktop file (most probably /usr/share/applications/mysql-workbench.desktop) for a permanent change

Edited desktop file and more info here

Credits : here