/install_mysql

auto install mysql5.7 in ubuntu14.04 by shell

Primary LanguageShell

auto install mysql5.7 in ubuntu14.04

  • how to use it
 #auto install mysql5.7 in ubuntu14.04
 curl -L https://raw.githubusercontent.com/timmyLan/install_mysql/master/install.sh | bash
 #restart mysql service
 sudo service mysql restart