Created
September 8, 2022 07:55
-
-
Save paoloumali/ac0ad91eff4c450591149b65c41b758b to your computer and use it in GitHub Desktop.
Train yourself MariaDB from scratch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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