查看linux系统IP地址:

/sbin/ifconfig -a

停止和启动Linux下MySQL服务

进入mysql的bin目录下:

./mysqladmin -uroot -p shutdown
nohup ./mysqld_safe &

修改Scrumworks的MySQL配置:
vim server/scrumworks/deploy/scrumworks-mysql-ds.xml

递归查询当前文件夹内文件中的字符:
grep -r 'xxx' *
posted on 2013-08-27 17:50  风生水起  阅读(180)  评论(0编辑  收藏  举报