mirror of https://github.com/ohmyzsh/ohmyzsh.git
added plugin to control macports mysql-server installation
parent
47e9914529
commit
6bb13632f5
|
@ -0,0 +1,6 @@
|
||||||
|
# commands to control local mysql-server installation
|
||||||
|
# paths are for osx installtion via macports
|
||||||
|
|
||||||
|
alias mysqlstart='sudo /opt/local/bin/mysqld_safe5'
|
||||||
|
alias mysqlstop='/opt/local/bin/mysqladmin5 -u root -p shutdown'
|
||||||
|
alias mysqlstatus='mysqladmin5 -u root -p ping'
|
Loading…
Reference in New Issue