1.关于Centos7不能读取NTFS格式的解决方案
安装http://mirror.bjtu.edu.cn/repoforge/redhat/el7/en/x86_64/rpmforge/RPMS/fuse-ntfs-3g-2013.1.13-2.el7.rf.x86_64.rpm包就行。
2.Centos安装mysql5.7的过程中会碰到warning: mysql-community-common-5.7.14-1.el7.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY
Preparing... ################################# [100%]
file /usr/share/mysql/czech/errmsg.sys from install of mysql-community-common-5.7.14-1.el7.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64
file /usr/share/mysql/danish/errmsg.sys from install of mysql-community-common-5.7.14-1.el7.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64
file /usr/share/mysql/dutch/errmsg.sys from install of mysql-community-common-5.7.14-1.el7.x86_64 conflicts with file from package mariadb-libs-1:5.5.44-2.el7.centos.x86_64
...
等问题,包版本冲突的解决办法为删除旧的包,再安装
sudo yum remove mysql-libs