MySQL Forums
Forum List  »  Perl

Re: perl script hangs on query with where clause - RESOLVED
Posted by: Vinayak Javaly
Date: January 16, 2009 11:29AM

I resolved my issue for the Win Vista 64-bit env, though I think this also applies to other Win envs. It turns out there's a difference in execute's behavior between the DBD-mysqlPP and DBD-mysql drivers. In the Perl 5.10 install, the default PPM repository only contains the DBD-mysqlPP driver. To install the DBD-mysql driver, do the following at the Windows command prompt:
1) ppm add repo uwinnepeg
2) install dbd-mysql

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.