base dir = log's base dir
so an empty dir is preferred.
It doesn't need to read any file. It writes to base directory.
btw... 0.9.5 is released. There was a major bug fix on this one.
I am looking for logs generated from the old log data server if you have been using it.
This is what my EI server logs.
1 0 0 9 1 388 162 Kaori Torch 59720156 1 Jerry 2008-10-25 14:01:16
1 0 0 15 D1116 69 17 MinoCommander MagicBracelet 59720077 0 0 2008-10-25 14:03:25
1 0 0 11 D1116 68 14...
yes cmd is much easier for that one...
you can do those in phpmyadmin
login to phpmyadmin as root
and then paste those 3 lines in the sql query window.
how did you create your db and user? the following will create a database called php, user php with password php
login as root
mysql -u root -p
create database php default character set utf8;
grant all on php.* to 'php'@'localhost' identified by 'php' with grant option;
grant all on php.* to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.