01 2018 档案

tomcat启动脚本
摘要:#!/bin/sh # chkconfig: 345 99 10 # description: Auto-starts tomcat # /etc/init.d/tomcatd # Tomcat auto-start # Source function library. #. /etc/init.d 阅读全文

posted @ 2018-01-29 11:11 海上生明月~ 阅读(301) 评论(0) 推荐(0)

二进制包安装MYSQL——
摘要:yum install libaio -y #安装mysql依赖包tar zxf mysql-5.5.59-linux-glibc2.12-x86_64.tar.gz mv mysql-5.5.59-linux-glibc2.12-x86_64 /usr/local/mysqlcd /usr/loc 阅读全文

posted @ 2018-01-26 10:11 海上生明月~ 阅读(226) 评论(0) 推荐(0)