export PATH=$PATH:/opt/mysql/server-5.6/bin
给mysql添加用户,并设置密码
grant all on db1.* to user1@'%' identified by 'password';
在当前目录下查找包含指定字符的文件
grep -n "sfkPassWord" -r ./
export PATH=$PATH:/opt/mysql/server-5.6/bin
给mysql添加用户,并设置密码
grant all on db1.* to user1@'%' identified by 'password';
在当前目录下查找包含指定字符的文件
grep -n "sfkPassWord" -r ./