R
Rahul
I tried to install from CPAN "DBD::mysql" and it failed saying:
Running make install
make test had returned bad status, won't install without force
I can see that the tests are failing like so:
all skipped: ERROR: Access denied for user 'root'@'localhost' (using
password: NO). Can't continue test
t/40keyinfo.................skipped
etc.
It seems that mysql is not allowing it to connect passwordless as root.
This seems desirable to me! Should I just force the install somehow or is
there a cleaner fix?
Running make install
make test had returned bad status, won't install without force
I can see that the tests are failing like so:
all skipped: ERROR: Access denied for user 'root'@'localhost' (using
password: NO). Can't continue test
t/40keyinfo.................skipped
etc.
It seems that mysql is not allowing it to connect passwordless as root.
This seems desirable to me! Should I just force the install somehow or is
there a cleaner fix?