Hi
After running : toaster_setup.pl -s vpopmail
and the compilation is finished i receive the following messages:
DBI connect('database=mysql;host=localhost;port=3306','root',...) failed: Access denied for user:
'root@localhost' (Using password: NO) at /usr/local/lib/perl5/site_perl/5.8.2/MATT/Mysql.pm line 248
db connect failed:
at lib/Mail/Toaster/Setup.pm line 1036
DBI connect('database=mysql;host=localhost;port=3306','root',...) failed: Access denied for user:
'root@localhost' (Using password: NO) at /usr/local/lib/perl5/site_perl/5.8.2/MATT/Mysql.pm line 248
db connect failed:
at lib/Mail/Toaster/Setup.pm line 1038
Can't call method "prepare" on an undefined value at /usr/local/lib/perl5/site_perl/5.8.2/MATT/Mysql.pm line 198.
hosting# mysql -u
root@localhost -p
Enter password:
ERROR 1045: Access denied for user:
'root@localhost@localhost" target="_blank">>@localhost' (Using password: YES)
hosting# mysql -u root -p
Enter password:
ERROR 1045: Access denied for user:
'root@localhost' (Using password: YES)
When i try to connect localy with root it works, when i try to connect from another server it works.
What seems to be the problem?
Thanks and regards.