<div dir="ltr"><div>Thanks for the help. </div>
<div> </div>
<div>I did create a testdb and grant ALL privileges to user. Run the make but still stock on <br></div>
<div>t/55utf8....................ok<br>t/60leaks...................skipped<br> all skipped: Skip $ENV{SLOW_TESTS} is not set<br>t/65types...................ok<br>t/70takeimp.................skipped<br> all skipped: This test is disabled<br>
t/71impdata.................skipped<br> all skipped: This test is disabled<br>t/75supported_sql...........ok<br>t/76multi_statement.........ok 1/24<br></div>
<div>It has been a while and still stock. I don't know if it's progressing or not. </div>
<div> </div>
<div> </div>
<div>Thanks!</div>
<div>Roehl</div>
<div><br> </div>
<div class="gmail_quote">On Thu, Sep 11, 2008 at 9:40 AM, Curtis Bruneau <span dir="ltr"><<a href="mailto:curtisb@vianet.ca">curtisb@vianet.ca</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Basically you need to make a database called 'test' which is somewhat standard for mysql installations, these scripts will run a series of tests like creating tables and trying different kinds of queries, it wouldn't be a good idea to try it on a production database. Make sure the user has rights to the database.<br>
<br>Curtis<br><br>rmp dmd wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="Ih2E3d">Hi,<br> Just want to follow-up on this.<br> when I run<br><br>#perl Makefile.PL --testuser=root --testpassword=xxxx<br>#make<br>#make test<br> its getting error "all skipped: ERROR: Unknown database 'test' Can't continue test<br>
t/20createdrop..............skipped"<br> when I run<br> #perl Makefile.PL --testuser=root --testpassword=xxxx --testdb=rt3<br>#make<br>#make test<br> it will just stay on t/75supported_sql...........ok<br>t/76multi_statement.........ok 1/24<br>
I waited for couple of hours but nothing is hapeening. I also tried changing the testdb to other databases.<br> Please help on how to proceed.<br> Thanks!<br>Roehl<br></div>
<div class="Ih2E3d"> On Fri, Aug 29, 2008 at 3:22 PM, rmp dmd <<a href="mailto:rmp.dmd1229@gmail.com" target="_blank">rmp.dmd1229@gmail.com</a> <mailto:<a href="mailto:rmp.dmd1229@gmail.com" target="_blank">rmp.dmd1229@gmail.com</a>>> wrote:<br>
<br> Thank you very much.<br> Does this process take times?<br> I run<br><br> #perl Makefile.PL --testuser=root --testpassword=xxxx --testdb=rt3<br> #make<br> #make test<br> and its been on<br> t/75supported_sql...........ok<br>
t/76multi_statement.........ok 1/24<br> for quite a while<br> - Roehl<br> On Fri, Aug 29, 2008 at 2:50 PM, Ruslan Zakirov<br></div>
<div class="Ih2E3d"> <<a href="mailto:ruz@bestpractical.com" target="_blank">ruz@bestpractical.com</a> <mailto:<a href="mailto:ruz@bestpractical.com" target="_blank">ruz@bestpractical.com</a>>> wrote:<br><br>
On Fri, Aug 29, 2008 at 10:46 PM, rmp dmd<br></div>
<div class="Ih2E3d"> <<a href="mailto:rmp.dmd1229@gmail.com" target="_blank">rmp.dmd1229@gmail.com</a> <mailto:<a href="mailto:rmp.dmd1229@gmail.com" target="_blank">rmp.dmd1229@gmail.com</a>>> wrote:<br>
> It seems that it creating new<br> ~/.cpan/build/DBD-mysql-<version> everytime<br> > install DBD::mysql is run. The changes on Makefile.PL is<br> overwritten.<br> ><br> > Any other way?<br>
cd ~/.cpan/build/DBD-mysql-<version><br> perl Makefile.PL ...<br> make<br> make test<br> make install<br><br> ><br> ><br> > On Thu, Aug 28, 2008 at 11:56 AM, David Svejda<br>
</div> <<a href="mailto:david.svejda@netfriends.cz" target="_blank">david.svejda@netfriends.cz</a> <mailto:<a href="mailto:david.svejda@netfriends.cz" target="_blank">david.svejda@netfriends.cz</a>>>
<div>
<div></div>
<div class="Wj3C7c"><br> > wrote:<br> >><br> >> rmp dmd wrote:<br> >> > Hi,<br> >> ><br> >> > Im getting errors when I run 'install DBD::mysql'. Is<br>
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:<br>
Access denied<br> >> > for user 'root'@'localhost' <mailto:'root'@'localhost'><br> (using password:<br> >> > NO) Can't continue test<br>
t/20createdrop..............skipped all skipped:<br> >> > ERROR: Access denied for user 'root'@'localhost'<br> >> > <mailto:'root'@'localhost'> (using password: NO). Can't<br>
continue test<br> >> > Thanks!<br> >><br> >> Make some changes in your Makefile. Look into the<br> Makefile.PL and find<br> >> "--testuser", you'll see the other options.<br>
>><br> >> Go to your cpan directory (typically<br> ~/.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> > _______________________________________________<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>
<<a href="http://wiki.bestpractical.com/" target="_blank">http://wiki.bestpractical.com/</a>><br> > Commercial support: <a href="mailto:sales@bestpractical.com" target="_blank">sales@bestpractical.com</a><br>
</div></div> <mailto:<a href="mailto:sales@bestpractical.com" target="_blank">sales@bestpractical.com</a>>
<div class="Ih2E3d"><br> ><br> ><br> > Discover RT's hidden secrets with RT Essentials from<br> O'Reilly Media.<br> > Buy a copy at <a href="http://rtbook.bestpractical.com/" target="_blank">http://rtbook.bestpractical.com</a><br>
<<a href="http://rtbook.bestpractical.com/" target="_blank">http://rtbook.bestpractical.com/</a>><br> ><br><br><br><br> --<br> Best regards, Ruslan.<br><br><br><br></div>------------------------------------------------------------------------
<div class="Ih2E3d"><br><br>_______________________________________________<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" target="_blank">sales@bestpractical.com</a><br>
<br><br>Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at <a href="http://rtbook.bestpractical.com/" target="_blank">http://rtbook.bestpractical.com</a><br></div></blockquote><br></blockquote>
</div><br></div>