免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1324 | 回复: 0
打印 上一主题 下一主题

为什么没有建立更新日志? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2004-03-02 15:01 |只看该作者 |倒序浏览
我建立了一个脚本文件如下:然后调用它,这么写对么?当我运行时(错误日志有),报错为:
^G/usr/local/mysql040225/bin/mysqld: File './log/update.log' not found (Errcode: 2)
040302 13:56:03  Could not use ./log/update.log for logging (error 2). Turning logging off for the whole duration of the MySQL server process. To turn it on again: fix the cause, shutdown the MySQL server and restart it.
040302 13:56:03  InnoDB: Started
/usr/local/mysql040225/bin/mysqld: ready for connections.
Version: '4.0.18-standard-log'  socket: './mysql.sock'  port: 3308
040302 14:06:50  mysqld started
于是我自己建立了update.log 文件,运行时数据库更新,却也没有在该文件里写进更新信息,不知这是怎么回事
这是我的脚本
#!/bin/sh
rundir=`dirname "$0"`
echo "$rundir"
/usr/local/mysql040225/bin/safe_mysqld --user=mysql --pid-file="$rundir"/mysql.pid --datadir="$rundir"/data "$@"\
-O max_connections=500 -O wait_timeout=600 -O key_buffer=32M --port=3308 --socket="$rundir"/mysql.sock --log-update="$rundir"/log/update.log --err-log="$rundir"/log/err.log&
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP