Skip to content

Instantly share code, notes, and snippets.

@trovster
Last active October 1, 2024 08:10
Show Gist options
  • Select an option

  • Save trovster/2c5c15a0f2db401dec4d32c64302fd4d to your computer and use it in GitHub Desktop.

Select an option

Save trovster/2c5c15a0f2db401dec4d32c64302fd4d to your computer and use it in GitHub Desktop.
Re-installing MariaDB/MySQL on macOSX

Install Brew Packages

$ brew install git dnsmasq mariadb nginx redis
$ brew install node npm nvm
$ brew install bat zsh zsh-syntax-highlighting

Log in to MySQL

sudo mysql -u root

Set the Appropriate Password

SET PASSWORD FOR 'root'@localhost = PASSWORD('xxx');

PHP

$ brew install php@8.0 php@8.1 php@8.2 php@8.3

https://github.com/krakjoe/pcov/blob/develop/INSTALL.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment