mysql: grant all privileges on test.* to ‘root’@’localhost’ identified by ‘s3kr1t’
The below is part of the output when receiving an error attempting to install the Perl DBD::mysql module using the CPAN shell. I rarely use the Perl CPAN shell since most of the packages are available on CentOS, my typical Linux distribution choice for servers, using the yum package manager. In this case I was…
Details