You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
264 B
6 lines
264 B
15 years ago
|
# 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'
|