Tag Archives: MySQL

处理了下网站

改了info域名后网站以前里很多页面里有cocobear.cn,连一些图片也显示不出来,今天就处理了一下:

把网站里一些文件做替换,先备份一下:
grep cocobear.cn ./cocobear.info/ -R -l –binary-files=without-match|xarg[......]

阅读全文内容

Posted in Linux | Tagged , , | 4 Comments

F7中启动Mysql出错

F7在默认安装Mysql后启动时会出错:

使用mysqld_safe启动:

[cocobear@cocobear mysql]$ sudo mysqld_safe
nohup: ignoring input and redirecting stderr to stdout
Startin[......]

阅读全文内容

Posted in Linux | Tagged , | 6 Comments