Russell-IO / php-syslog-ng

Automatically exported from code.google.com/p/php-syslog-ng
1 stars 0 forks source link

Mysql Installation error #177

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
All data will be installed into the syslog database
Ok to continue? [y]:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
password: YES)
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
password: YES)
DBD::mysql::st execute failed: Table 'syslog.settings' doesn't exist at
./install.pl line 159, <STDIN> line 15.
DBD::mysql::st execute failed: Table 'syslog.settings' doesn't exist at
./install.pl line 163, <STDIN> line 15.
DBD::mysql::st execute failed: Table 'syslog.settings' doesn't exist at
./install.pl line 167, <STDIN> line 15.
DBD::mysql::st execute failed: Table 'syslog.settings' doesn't exist at
./install.pl line 171, <STDIN> line 15.
DBD::mysql::st execute failed: Table 'syslog.settings' doesn't exist at
./install.pl line 175, <STDIN> line 15.
DBD::mysql::st execute failed: Table 'syslog.settings' doesn't exist at
./install.pl line 179, <STDIN> line 15.
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
password: YES)
DBD::mysql::st execute failed: Table 'syslog.users' doesn't exist at
./install.pl line 187, <STDIN> line 15.
DBD::mysql::st execute failed: Table 'syslog.users' doesn't exist at
./install.pl line 191, <STDIN> line 15.
DBD::mysql::st execute failed: Table 'syslog.users' doesn't exist at
./install.pl line 195, <STDIN> line 15.
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
password: YES)
DBD::mysql::st execute failed: Table 'syslog.user_access' doesn't exist at
./install.pl line 204, <STDIN> line 15.
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
password: YES)
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
password: YES)
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
password: YES)
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
password: YES)
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
password: YES)

Original issue reported on code.google.com by pinon.alexandre on 4 Mar 2010 at 11:49

GoogleCodeExporter commented 9 years ago
I use logzilla_v3.0Beta13.tgz

Original comment by pinon.alexandre on 4 Mar 2010 at 12:01

GoogleCodeExporter commented 9 years ago
You entered the wrong password. Try again with the correct one.

Original comment by cdu...@gmail.com on 4 Mar 2010 at 2:06

GoogleCodeExporter commented 9 years ago
I'm really sure of my password.
But there is the  charactere "$$".
Maybe in the script "$$" is not correctly interpreted.

Sorry for my english.

Original comment by pinon.alexandre on 4 Mar 2010 at 2:30

GoogleCodeExporter commented 9 years ago
OK, i changed my password with a really simple one and it works.
The problem come from the one with $$

Original comment by pinon.alexandre on 4 Mar 2010 at 3:09

GoogleCodeExporter commented 9 years ago
hmm, yes, it must be interpreting that as a variable - I'll have to see what I 
can do
about that. Thanks for letting me know :-)

Original comment by cdu...@gmail.com on 4 Mar 2010 at 3:12