免费注册 查看新帖 |

Chinaunix

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

求助设置mysqld-slow-query.log出错 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-09-01 00:04 |只看该作者 |倒序浏览
这是我的mysql log

070831 23:56:29  mysqld started
/usr/libexec/mysqld: File '/var/log/mysqld-slow-query.log' not found (Errcode: 13)
070831 23:56:29 [ERROR] Could not use /var/log/mysqld-slow-query.log for logging (error 13). 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.
070831 23:56:29  InnoDB: Started; log sequence number 0 766160961
/usr/libexec/mysqld: ready for connections.
Version: '4.1.20-log'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution

mysql是centos 4自带的

my.cnf设置
[client]
#password       = your_password
port            = 3306
socket          = /var/lib/mysql/mysql.sock

[mysqld]
port            = 3306
socket          = /var/lib/mysql/mysql.sock
set-variable = ft_min_word_len=2
skip-locking
key_buffer = 400M
max_allowed_packet = 1M
max_connections = 2048
table_cache = 1024
sort_buffer_size = 64M
read_buffer_size = 16M
read_rnd_buffer_size = 8M
myisam_sort_buffer_size = 64M
thread_cache = 8
query_cache_size = 32M

log-slow-queries = /var/log/mysqld-slow-query.log
long-query-time = 5
log-long-format
log-queries-not-using-indexes

# Try number of CPU's*2 for thread_concurrency
thread_concurrency = 8

back_log=500
interactive_timeout=7200
thread_cache_size=80
wait_timeout=7200
#key_buffer_size

请大侠帮忙看看为啥产生不了log

论坛徽章:
0
2 [报告]
发表于 2007-09-01 15:09 |只看该作者
权限不够

论坛徽章:
0
3 [报告]
发表于 2007-09-01 15:11 |只看该作者
我自己建立了个 /var/log/mysqld-slow-query.log
改成777也不行,需要什么样的权限

论坛徽章:
0
4 [报告]
发表于 2007-09-01 15:11 |只看该作者
现在改成
-rwxrwxrwt  1 mysql    mysql                0 Aug 31 17:28 mysqld-slow-query.log

也不行

论坛徽章:
0
5 [报告]
发表于 2007-09-01 16:43 |只看该作者
改完权限后重启mysqld也是报同样的错误?

论坛徽章:
0
6 [报告]
发表于 2007-09-01 17:22 |只看该作者
我改了mysqld-slow-query.log权限,重启mysqld也不行,就是一楼的错
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP