Skip to content

Instantly share code, notes, and snippets.

@paoloumali
Created September 8, 2022 07:55
Show Gist options
  • Save paoloumali/ac0ad91eff4c450591149b65c41b758b to your computer and use it in GitHub Desktop.
Save paoloumali/ac0ad91eff4c450591149b65c41b758b to your computer and use it in GitHub Desktop.
Train yourself MariaDB from scratch
Workstation: 20.04
- install mariadb using DO guide
- install mysql-workbench using snap
- snap install mysql-workbench-community
- snap connect mysql-workbench-community:password-manager-service
- snap connect mysql-workbench-community:ssh-keys
- ignore notice about connection being non-standard as it's expected. keep it away from view.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment