insert into wd_loginlog(name,passwd,lip,ltime,state)
[color=#000][font=Simsun]MySQL Query Error:insert into wd_loginlog(name,passwd,lip,ltime,state) values('admin','********\','123.0.0.150','1365904141',1)[/font][/color][font=Simsun][size=3][color=#000000]进控制面板后台出现这个错误,重启apache也不行。[/color][/size][/font] 重启后台出现以下错误:
[root@localhost ~]# service wdapache restart
Stopping httpd: [FAILED]
Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:8080
no listening sockets available, shutting down
Unable to open logs 重启服务器试下 MySQL Query Error:insert into wd_loginlog(name,passwd,lip,ltime,state) values('admin','********\','123.0.0.150','1365904141',1)
这个是登入会在数据库的表插入登入日志,插入出错了。尝试清空日志表。
[root@localhost ~]# service wdapache restart
Stopping httpd: [FAILED]
Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:8080
no listening sockets available, shutting down
Unable to open logs
这个是端口被占用的意思
执行
for i in `lsof -i:8080 |awk '{print $2}' |grep -v "PID"`;do kill -9 $i;done;service wdapache start
我QQ:22327635 有问题加我 密码时,输入了"\"? [quote]密码时,输入了"\"?
[size=2][color=#999999]admin 发表于 2013-4-14 13:11[/color] [url=http://www.wdlinux.cn/bbs/redirect.php?goto=findpost&pid=21771&ptid=5596][img]http://www.wdlinux.cn/bbs/images/common/back.gif[/img][/url][/size][/quote]
我也不记得了。 [b]回复 [url=http://wdlinux.cn/bbs/redirect.php?goto=findpost&pid=21794&ptid=5596]6#[/url] [i]BQQ[/i] [/b]
表中 密码有/ ???
页:
[1]