[root@prod01 ~]#cd /opt/source/ [root@prod01 ~]#tar -zxf mysql-5.6.37-linux-glibc2.12-x86_64.tar.gz [root@prod01 ~]#ln -s /opt/source/mysql-5.6.37-lin ...
分类:
数据库 时间:
2018-09-01 17:36:00
阅读次数:
346
1. 首先去openssl官网下载制定版本的openssl压缩包 2. 在Ubuntu中解压,并cd 到文件夹中 3. ./config --prefix=/usr/local/ssl 4. make && make install 5. ln -s /usr/local/ssl/bin/opens ...
分类:
系统相关 时间:
2018-08-30 15:49:24
阅读次数:
2049
一般先使用ldd 来查看该应用程序缺少什么东西,然后,再根据sudo apt install XXX 去安装相应的动态库. 假如没有对应的库,可以使用: ...
分类:
系统相关 时间:
2018-08-30 11:06:06
阅读次数:
801
这个可能是最终的安装方法吧,找了太多都不能用 https://www.linuxidc.com/Linux/2017-11/148172.htm?from=singlemessage 安装Python3.6可能使用的依赖 # yum install openssl-devel bzip2-devel ...
分类:
编程语言 时间:
2018-08-28 17:04:57
阅读次数:
164
VMvare克隆虚拟机导致网络不能使用:例如报错:bringingupinterfaceeth0:deviceeth1hasdifferentmacaddress例如报错(执行servicenetworkrestart时):deviceeth0doesnotseemtobepresent,delayinginitialization.#mkdirmytest;cdmytest#ln-s/etc/u
分类:
系统相关 时间:
2018-08-26 01:15:33
阅读次数:
219
https://cloud.tencent.com/document/product 云服务器(Cloud Virtual Machine,CVM)为您提供安全可靠的弹性计算服务。 https://cloud.tencent.com/document/product/213/3687 ssh -q ...
分类:
其他好文 时间:
2018-08-24 14:04:57
阅读次数:
260
[root@service cloudcc]# cat Dockerfile #pull down centos image FROM centos MAINTAINER pizy@cloudcc.com #设置时间差 RUN ln -snf /usr/share/zoneinfo/Asia/Sha ...
分类:
其他好文 时间:
2018-08-24 14:04:15
阅读次数:
181
百度一面 自我介绍 获取页面上个数top3标签 提取url键值对 console.log输出加上“hello” linux bash命令cp/rm/mv/cat/ln -s/alias 有一个目录很深,如何很快的进入(建立软链接、设置别名?) ajax跨域(cors、反向代理) 简述jsonp过程 ...
分类:
其他好文 时间:
2018-08-24 13:24:21
阅读次数:
139
mysql重启报错错误:ERROR!MySQLserverPIDfilecouldnotbefound!StartingMySQL..ERROR!TheserverquitwithoutupdatingPIDfile(/var/lib/mysql/run/mysql.pid).原因可能有以下几种:1.mysql没有正常关闭2.第二次在机器上安装mysql,有残余数据影响服务启动3.权限问题,可能是
分类:
数据库 时间:
2018-08-24 11:42:30
阅读次数:
233
百度搜索mysql,进入https://dev.mysql.com/downloads/mysql/找到自己需要版本的mysql的Linux压缩包; 复制出这个压缩包的下载地址(尽量先点击下载,然后在下载的界面复制出资源的链接) 在服务器的合适位置创建一个存放mysql的目录(个人习惯 /usr/l ...
分类:
数据库 时间:
2018-08-20 19:03:35
阅读次数:
219