解决方法:1.使用mysql的初始化安装$bin/mysqld--initialize--user=mysql--basedir=/usr/local/mysql--datadir=/usr/local/mysql/data2.下载mysql源码包(而不是指定版本包)
分类:
数据库 时间:
2020-12-10 11:06:34
阅读次数:
5
2019-11-25 by BOBtm 英文报错信息为:“Could not initialize plugin ‘/usr/lib64/vmware/plugin/libnvidia-vgx.so’ for vGPU “profile_name”” NVIDIA官方解释: https://docs ...
分类:
系统相关 时间:
2020-12-10 10:49:12
阅读次数:
6
原文连接:https://www.runoob.com/mongodb/mongodb-osx-install.html 从 MongoDB 3.0 版本开始只支持 OS X 10.7 (Lion) 版本及更新版本的系统。 接下来我们使用 curl 命令来下载安装: # 进入 /usr/local ...
分类:
数据库 时间:
2020-12-10 10:48:35
阅读次数:
4
安装 docker-compose 切换到root 用户 下载 1 curl -L https://get.daocloud.io/docker/compose/releases/download/1.25.4/docker-compose-`uname -s`-`uname -m` > /usr/ ...
分类:
编程语言 时间:
2020-12-09 12:25:08
阅读次数:
6
1、因为在centos7中/etc/rc.d/rc.local的权限被降低了,所以需要赋予其可执行权 chmod +x /etc/rc.d/rc.local 2、赋予脚本可执行权限假设/usr/local/script/autostart.sh是你的脚本路径,给予执行权限 chmod +x /usr ...
分类:
其他好文 时间:
2020-12-09 12:19:52
阅读次数:
5
zabbix微信报警:loginhttps://work.weixin.qq.com/creatapplicationfind--corpid--agentid--corpsecretgrepalertscripts/etc/zabbix/zabbix_server.confcd/usr/lib/zabbix/alertscriptswgethttps://raw.githubuserconten
分类:
微信 时间:
2020-12-09 12:00:40
阅读次数:
12
"npm install jsencrypt" function juyi(usr) { decrypt = new JSEncrypt() decrypt.setPrivateKey("key") var decryptMsg = decrypt.encrypt(usr) return decry ...
分类:
其他好文 时间:
2020-12-08 13:10:07
阅读次数:
16
#!/bin/sh array=('192.168.147.128' '192.168.147.129' '192.168.147.131') path="/usr/local/zookeeper/bin/" for var in ${array[*]} do process_count=$(ssh ...
分类:
其他好文 时间:
2020-12-07 12:44:14
阅读次数:
10
#官方下载docker #https://download.docker.com/linux/static/stable/x86_64/docker-19.03.9.tgz tar zxvf docker-19.03.9.tgz mv docker/* /usr/bin 添加systemctl启动 ...
分类:
其他好文 时间:
2020-12-07 12:37:59
阅读次数:
5
1、检查系统是否安装过mysql //检查系统中有无安装过mysql rpm -qa|grep mysql //查询所有mysql 对应的文件夹 whereis mysql find / -name mysql 2、卸载CentOS7系统自带mariadb # 查看系统自带的Mariadb [roo ...
分类:
数据库 时间:
2020-12-07 12:25:31
阅读次数:
9