工作笔记 查看linux系统IP地址: /sbin/ifconfig -a 停止和启动Linux下MySQL服务: 进入mysql的bin目录下: ./mysqladmin -uroot -p shutdownnohup ./mysqld_safe &修改Scrumworks的MySQL配置:vim server/scrumworks/deploy/scrumworks-mysql-ds.xml递归查询当前文件夹内文件中的字符:grep -r 'xxx' *