<div dir="ltr"><div>It seems that it creating new ~/.cpan/build/DBD-mysql-<version> everytime install DBD::mysql is run. The changes on Makefile.PL is overwritten.  </div>
<div> </div>
<div>Any other way?<br><br><br></div>
<div class="gmail_quote">On Thu, Aug 28, 2008 at 11:56 AM, David Svejda <span dir="ltr"><<a href="mailto:david.svejda@netfriends.cz">david.svejda@netfriends.cz</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="Ih2E3d">rmp dmd wrote:<br>> Hi,<br>><br>> Im getting errors when I run 'install DBD::mysql'.  Is there a way to<br>> put password when runinng 'install DBD::mysql'.<br>><br>> Basically put this mysql -uroot -pxxxx<br>
><br>> t/10connect.................skipped all skipped: ERROR: Access denied<br></div>> for user 'root'@'localhost' <mailto:'root'@'localhost'> (using password:<br>
<div class="Ih2E3d">> NO) Can't continue test t/20createdrop..............skipped all skipped:<br>> ERROR: Access denied for user 'root'@'localhost'<br></div>> <mailto:'root'@'localhost'> (using password: NO). Can't continue test<br>
> Thanks!<br><br>Make some changes in your Makefile. Look into the Makefile.PL and find<br>"--testuser", you'll see the other options.<br><br>Go to your cpan directory (typically ~/.cpan/build/DBD-mysql-<version<br>
etc.>/ and run:<br><br>perl Makefile.PL --testuser=<username> --testpassword=<pwd><br><br>then try to install it again.<br><font color="#888888"><br><br>David<br><br><br></font></blockquote></div><br></div>