Skip to content

Instantly share code, notes, and snippets.

View rederlo's full-sized avatar

Ederlo Rodrigo de Oliveira rederlo

View GitHub Profile
@rederlo
rederlo / arch-install-mysql-workbench
Created January 23, 2025 17:26 — forked from oddlyspaced/arch-install-mysql-workbench
Step by step guide to properly install MySQL Server and MySQL-Workbench on Arch Linux and other based distributions like Manjaro etc.
# Part 0 - Updating system
sudo pacman -Syyu
# Part 1 - Installing software dependencies
sudo pacman -S git gnome-keyring
# Part 2 - Compile and Install MySQL Server
# (This might take like ~4 hours since it's compiling the source)
git clone https://aur.archlinux.org/mysql.git
cd mysql