From 867865182878f4d490ada458b47982042c7d3198 Mon Sep 17 00:00:00 2001 From: PavelBelyaev Date: Sat, 1 Mar 2014 21:04:21 +0600 Subject: [PATCH] Add start mysql server after install MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Забыл самое главное --- lamp-on-mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lamp-on-mac.sh b/lamp-on-mac.sh index 3a4f558..d00ba19 100755 --- a/lamp-on-mac.sh +++ b/lamp-on-mac.sh @@ -41,7 +41,7 @@ rm -r ./mysql rm mysql*dmg export PATH="/usr/local/mysql/bin:$PATH" echo 'export PATH="/usr/local/mysql/bin:$PATH"' >> /etc/bashrc - +/usr/local/mysql/support-files/mysql.server start #задать пароль mysql root read -p "Введите пароль пользователя MYSQL для root: " mysql_p