Browse code

added plugin to control macports mysql-server installation

Tobias Birmili authored on 06/06/2010 at 10:42:25
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,6 @@
0
+# commands to control local mysql-server installation
1
+# paths are for osx installtion via macports
2
+
3
+alias mysqlstart='sudo /opt/local/bin/mysqld_safe5'
4
+alias mysqlstop='/opt/local/bin/mysqladmin5 -u root -p shutdown'
5
+alias mysqlstatus='mysqladmin5 -u root -p ping'
0 6
\ No newline at end of file