mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Added new plugin to handles mysql 55 installed by macport (default)
This commit is contained in:
parent
b0e4381471
commit
e1916f773c
1 changed files with 8 additions and 0 deletions
8
plugins/mysql55-macports/mysql55-macports.plugin.zsh
Normal file
8
plugins/mysql55-macports/mysql55-macports.plugin.zsh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# commands to control local mysql-server installation
|
||||
# paths are for osx installation via macports
|
||||
|
||||
alias mysqlstart='sudo /opt/local/share/mysql5/mysql/mysql.server start'
|
||||
alias mysqlstop='sudo /opt/local/share/mysql5/mysql/mysql.server stop'
|
||||
alias mysqlrestart='sudo /opt/local/share/mysql5/mysql/mysql.server restart'
|
||||
|
||||
alias mysqlstatus='mysqladmin5 -u root -p ping'
|
||||
Loading…
Add table
Add a link
Reference in a new issue