Coder Social home page Coder Social logo

ocs's Introduction

本脚本仅在Centos7通过测试;

JDK版本为8,Tomcat为8.5,mysql为5.7;


教程

  • linux下载一键脚本:

    wget https://raw.githubusercontent.com/Zo3i/OCS/master/JdToM.sh
  • 执行脚本:

    source JdToM.sh
  • 进入数据库:

    mysql -uroot -p
  • 修改数据库密码:

    ALTER USER 'root'@'localhost' IDENTIFIED BY '密码';
  • 远程权限账户创建:

    grant all privileges on *.* to '用户名' @'%' identified by '密码';
    FLUSH PRIVILEGES;"
  • 开启/关闭tomcat:

    service tomcat start
    service tomcat stop

注意点

  1. mysql初始化密码: 红字显示;
  2. 修改密码后必须执行: FLUSH PRIVILEGES;
  3. 退出mysql命令为: exit;

ocs's People

Contributors

zo3i avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.