# shell **Repository Path**: thx/shell ## Basic Information - **Project Name**: shell - **Description**: centos7.4 初始化 tomcat8.5 nginx 1.14 jdk8 mysql5.7 - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: https://gitee.com/thx/shell - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # shell #### 项目介绍 centos7.4 初始化 tomcat8.5 nginx 1.14 jdk8 mysql5.7 #### 路径 ``` #/usr/local/tomcat /usr/local/tomcat/apache-tomcat-8.5.32/bin/startup.sh #/usr/local/nginx/sbin/nginx systemctl status nginx #/usr/bin/java #/usr/bin/mysql systemctl status mysqld ``` #### 安装教程 - wget -O init https://gitee.com/thx/shell/raw/master/centos/centos7.4/init && chmod 777 init && ./init - - mysql 第一次登录问题【ERROR 1045(28000): Access denied for user 'root'@'localhost' (using password: NO)】 - 解决方法参考:https://blog.csdn.net/a575553272/article/details/79724115 - set global validate_password_policy=0; - ALTER USER USER() IDENTIFIED BY '12345678'; #### 使用说明 - wget -O init https://gitee.com/thx/shell/raw/master/centos/centos7.4/init && chmod 777 init && ./init #### 参与贡献 #### 码云特技