<div dir="ltr"><div>Thank you very much. </div>
<div> </div>
<div>Does this process take times? </div>
<div> </div>
<div>I run <br><br>#perl Makefile.PL --testuser=root --testpassword=xxxx --testdb=rt3</div>
<div>#make </div>
<div>#make test </div>
<div> </div>
<div>and its been on </div>
<div> </div>
<div>t/75supported_sql...........ok<br>t/76multi_statement.........ok 1/24<br></div>
<div>for quite a while</div>
<div> </div>
<div>- Roehl</div>
<div> </div>
<div> </div>
<div class="gmail_quote">On Fri, Aug 29, 2008 at 2:50 PM, Ruslan Zakirov <span dir="ltr"><<a href="mailto:ruz@bestpractical.com">ruz@bestpractical.com</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">On Fri, Aug 29, 2008 at 10:46 PM, rmp dmd <<a href="mailto:rmp.dmd1229@gmail.com">rmp.dmd1229@gmail.com</a>> wrote:<br>> It seems that it creating new ~/.cpan/build/DBD-mysql-<version> everytime<br>
> install DBD::mysql is run. The changes on Makefile.PL is overwritten.<br>><br>> Any other way?<br></div>cd ~/.cpan/build/DBD-mysql-<version><br>perl Makefile.PL ...<br>make<br>make test<br>make install<br>

<div class="Ih2E3d"><br>><br>><br>> On Thu, Aug 28, 2008 at 11:56 AM, David Svejda <<a href="mailto:david.svejda@netfriends.cz">david.svejda@netfriends.cz</a>><br>> wrote:<br>>><br>>> 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>>> > for user 'root'@'localhost' <mailto:'root'@'localhost'> (using password:<br>
>> > NO) Can't continue test t/20createdrop..............skipped all skipped:<br>>> > ERROR: Access denied for user 'root'@'localhost'<br>>> > <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>>><br>>><br>>> David<br>
>><br>>><br>><br>><br></div>
<div>
<div></div>
<div class="Wj3C7c">> _______________________________________________<br>> <a href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users" target="_blank">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users</a><br>
><br>> Community help: <a href="http://wiki.bestpractical.com/" target="_blank">http://wiki.bestpractical.com</a><br>> Commercial support: <a href="mailto:sales@bestpractical.com">sales@bestpractical.com</a><br>><br>
><br>> Discover RT's hidden secrets with RT Essentials from O'Reilly Media.<br>> Buy a copy at <a href="http://rtbook.bestpractical.com/" target="_blank">http://rtbook.bestpractical.com</a><br>><br><br>
<br><br>--<br>Best regards, Ruslan.<br></div></div></blockquote></div><br></div>