i have successfully installed rsyslog-1.12.2 with mysql4.1.7 on my linux platform,
#cp phplogcon-1.2.3.tar.gz /var/www/html
#tar -xvzf phplogcon-1.2.3.tar.gz
http://127.0.0.1/phplogcon-v1.2.3/install/install.php
choose english and submit,
Connection Type: * MYSQL
Host/IP: * localhost
Port (If standard, leave blank):
User (User must have 'INSERT' and 'CREATE' rights!): root
Password: ********
Re-type password: ********
Database/DSN name: * Syslog
Database time format: * localtime
then i choose to submit
come to page http://127.0.0.1/phplogcon-v1.2.3/install/perform.php
it shows:
Checking users input... Done!
Creating required tables... then it stopped,
i removed the install directory
#cd /phplogcon-v1.2.3
# vi config.php
it shows
//Server name (only needed if you not use ODBC)
define('_DBSERVER', 'localhost');
// DSN (ODBC) or database name (Mysql)
define('_DBNAME', 'phplogcon');
// Userid for database connection ***
define('_DBUSERID', 'MonitorWareUser');
// Password for database connection ***
define('_DBPWD', 'UsersPassword');
it seems that nothing has been changed , then i followed the instructions what mmeckelein told datcrack on topic "Help me",and what therget told cblank on topic "Installation Problem",but it just could not work! then i choose different vesions of phplogcon,the same mistake happened!
can anyone help me to solve this problem,thanks

