
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
由于MySQL在CentOS7中收费了,所以已经不支持MySQL了,取而代之在CentOS7内部集成了mariadb,而安装MySQL的话会和MariaDB的文件冲突。所以本文建议直接安装mariadb。
修改SSH配置文件,添加加密算法vi /etc/ssh/sshd_config在最后添加以下内容(屏蔽arcfour,arcfour128,arcfour256等弱加密算法):Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes25-cbcssh_co
在安装docker mysql:5.7版本时,出现错误:mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 13 - Permission denied)mysqld: [ERROR] Fatal error in defaults handling. Program aborted!ERROR: mysqld failed ...
配置Python开发环境安装python
错误信息Section %packages dose not end with %endPane is dead错误原因创建虚拟机,自动加载两个CD问题解决把CD/DVD(IDE)禁用autoinst.iso,只启用CD/DVD2(IDE),重启,顺利完成安装...
安装基本配置操作系统: centos7预安装yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm安装 Javayum install java-1.8.0-openjdkupdate-alternatives --config java安装 MavenThingsBoard bui
MyBatis的Mapper接口以及Example的实例函数及详解一、mapper接口中的方法解析mapper接口中的函数及方法方法功能说明int countByExample(UserExample example) thorws SQLException按条件计数int deleteByPrimaryKey(Integer id) thorws SQLExce...







