06 2018 档案
摘要:1.字符集支持 inception_support_charset=utf8,utf8mb4 #表示在建表或者建库时支持的字符集,如果需要多个,则用逗号分隔,影响的范围是建表、设置会话字符集、修改表字符集属性等 2.备份权限问题 调整备份服务器相关用户权限及网络入口 mysql> grant all
阅读全文
摘要:软件下载 wget https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.13.6.tar.gz tar -zxvf git-2.13.6.tar.gz cd git-2.13.6 ./configure prefix=/usr mak
阅读全文