Skip to content

Instantly share code, notes, and snippets.

View NerdGr8's full-sized avatar

Nerudo Mregi NerdGr8

View GitHub Profile
@jasperf
jasperf / home-brew-mysql-essential-commands
Last active June 22, 2023 11:42
Homebrew Create a MySQL database and user to be used for a WordPress site from the command line with mysql and restart server when you have a socket error or other error #wordpress #mysql #homebrew
//homebrew mysql start
/usr/local/Cellar/mysql/5.6.19/bin/mysql.server restart
//or
mysql.server start
//check for access privileges
mysqlaccess localhost user database