月度归档: 2017年3月
thumbnail

编写SVN服务脚本

Shell #!/bin/bash # For example: following config would generate link # S51myservice in rc2.d, rc3.d, rc4.d, rc5.d and ……
thumbnail

Centos 6.5 安装 mysql 5.7

下载 mysql57-community-release-el6-9.noarch.rpm及mysql-community-server-5.7.17-1.el6.x86_64.rpm两个软件包 1.安装mysql57-community-release-el6-9.noar……
thumbnail

ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.

在mysql 5.7 中,进入mysql执行操作时 ,出现以下提示 Shell mysql> select version(); ERROR 1820 (HY000): You must reset your……
thumbnail

ERROR 1819 (HY000): Your password does not satisfy the current policy requirements

  Shell mysql> ALTER USER 'root'@'localhost' IDENTIFIED BY '123456'; ERROR 1819 (HY000): Your password does not sati……
thumbnail

libnuma.so.1()(64bit) is needed by mysql-community-server-5.7.17-1.el6.x86_64

Shell [root@play ~]# rpm -ivh mysql-community-server-5.7.17-1.el6.x86_64.rpm error: Failed dependencies: libnuma.so.1()(……