linux命令小记


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

相关内容

    暂无相关文章