mysqlimport -uusername -hlocalhost -ppass--force --columns=date,hour,minute,@x,@x,@x,@x,@x,@x,@x,corpseid,@x,@x,@x,killerid --fields-terminated-by=, pw /PWServer/logs/kills.formatlog
*Change this to your database name...
Printable View
mysqlimport -uusername -hlocalhost -ppass--force --columns=date,hour,minute,@x,@x,@x,@x,@x,@x,@x,corpseid,@x,@x,@x,killerid --fields-terminated-by=, pw /PWServer/logs/kills.formatlog
*Change this to your database name...
I just found the same problem with the name of the db directory and correct, and with permission of files
I don't have any idea why it doesn't work for you. It works for me btw... :/
The solution to the error 13,
http://forum.ragezone.com/attachment...op-100-ggg.jpg
http://www.electrictoolbox.com/artic...import-errors/
(: I hope I helped!
@ Zoneheart and all who have faced this error as I do!
xAsh... i don't get it.. what does this link has to do with this?
Im having the same problem as u guys... need help :{
This true codes for you, have funQuote:
#!/bin/sh
#Update kill table
cd /PWServer/logs
grep -e ':type=2:' world2.formatlog > kills.formatlog
chmod 777 kills.formatlog
sed -i 's/ /,/g' kills.formatlog
sed -i 's/=/,/g' kills.formatlog
sed -i 's/:/,/g' kills.formatlog
sed -i 's/,,,/,/g' kills.formatlog
sed -i 's/,,/,/g' kills.formatlog
mysqlimport --local -u(login) -h127.0.0.1 -p(password) --force --columns=date,hour,minute,@x,@x,@x,@x,@x,@x,@x,corpseid,@x,@x,@x,killerid --fields-terminated-by=, pw /PWServer/logs/kills.formatlog
rm kills.formatlog
still, no luck to run pkupdate.jsp :(
edit
after move pkupdate.jsp from /pwserver/jetty/webapps/iweb to /pwserver/jetty/webapps/iweb/role, pkupdate want to run, but i'm get error like gillar01.
Attachment 117030
please help :) thank you b4
edit again
try to move file pkupdate to original position /PWSERVER/JETTY/IWEB/, then step one ./pkupdate --- run correct, step two ./pkupdate2 run correct, step three ./pkupdate3 ERROR like in pic
OMG Help me , give me good brain :(
I used Romulan re-pack and it works very nicely, btw ty Rom you are te Man!! :thumbup: (the like should say it)
Followed Rom instructions and directory structure, all works good on Debian 6, server 145. :w00t:
I put pkupdate.jsb in iweb folder and then run ./pkkupdate3 work fine. pkudpate3 file:
Quote:
And definitely need that iweb was included?