We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508c04b commit 9520c6bCopy full SHA for 9520c6b
mysql.sh
@@ -0,0 +1,5 @@
1
+#!/usr/bin/env bash
2
+mysql_install_db --basedir=$(brew --prefix mysql) --datadir=`pwd`/data/baidu.com/liyubei/db
3
+mysqld --datadir=`pwd`/data/baidu.com/liyubei/db
4
+
5
+# mysqladmin -u root -p shutdown
0 commit comments