http://www.scala-sbt.org/0.13/docs/zh-cn/Installing-sbt-on-Linux.html [root@hadoop1 target]# curl https://bintray.com/sbt/rpm/rpm > bintray-sbt-rpm.repo % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Spe
apt-get install mysql-client-core-5.6apt-get install mysql-client-5.6apt-get install mysql-server-5.6 create database test default charset=utf8;grant all on test.* to 'test'@'192.168.137.%' identified by 'test';flush privileges; 连接报错ERROR 2003 (HY000