Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
6bb13632
Commit
6bb13632
authored
Jun 06, 2010
by
Tobias Birmili
Committed by
Robby Russell
Jun 07, 2010
Browse files
added plugin to control macports mysql-server installation
parent
47e99145
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/mysql-macports.plugin.zsh
0 → 100644
View file @
6bb13632
# 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'
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment