Setting up DBI on a Mac for a novice

Setting up DBI on a Mac for a novice

am 05.12.2007 22:14:56 von bmartin

--Apple-Mail-7--461235386
Content-Type: text/plain;
charset=US-ASCII;
format=flowed;
delsp=yes
Content-Transfer-Encoding: 7bit

Hello all,

I know this can be done but does someone have a step by step guide
that walks me through the process of setting up DBD:: MYSQL on Max OS X.

Thanks,
Bruce Martin
The Martin Solution
bruce@martinsolution.com
http://www.martinsolution.com
http://externals.martinsolution.com




--Apple-Mail-7--461235386--

Re: Setting up DBI on a Mac for a novice

am 06.12.2007 11:21:55 von Alexander

I would install perl and mysql (if not already present), then run the
cpan script (or perl -MCPAN -e shell) in a Terminal session (as root),
answer all CPAN questions (defaults are ok), then type "install DBD::mysql".

Report problems with that method here.

Alexander

Bruce Martin wrote:
> Hello all,
>
> I know this can be done but does someone have a step by step guide
> that walks me through the process of setting up DBD:: MYSQL on Max OS X.
>
> Thanks,
> Bruce Martin
> The Martin Solution
> bruce@martinsolution.com
> http://www.martinsolution.com
> http://externals.martinsolution.com
>
>
>
>

--
Alexander Foken
mailto:alexander@foken.de http://www.foken.de/alexander/

Re: Setting up DBI on a Mac for a novice

am 06.12.2007 11:26:53 von Tim.Bunce

You're more likely to get people to give their time to help you if it's
clear that you've already tried to help yourself.

See http://www.catb.org/~esr/faqs/smart-questions.html

Tim.

On Wed, Dec 05, 2007 at 04:14:56PM -0500, Bruce Martin wrote:
> Hello all,
>
> I know this can be done but does someone have a step by step guide that
> walks me through the process of setting up DBD:: MYSQL on Max OS X.
>
> Thanks,
> Bruce Martin
> The Martin Solution
> bruce@martinsolution.com
> http://www.martinsolution.com
> http://externals.martinsolution.com
>
>
>

Re: Setting up DBI on a Mac for a novice

am 06.12.2007 11:31:26 von henri

I guess he doesn't want to pollute his system by trial and error.

Answer: http://www.quicomm.com/apm_dbddbi.htm

---
Henri Asseily
henri.tel

"Fools ignore complexity; pragmatists suffer it; experts avoid it;
geniuses remove it."
- Alan Perlis



On Dec 6, 2007, at 12:26 PM, Tim Bunce wrote:

> You're more likely to get people to give their time to help you if
> it's
> clear that you've already tried to help yourself.
>
> See http://www.catb.org/~esr/faqs/smart-questions.html
>
> Tim.
>
> On Wed, Dec 05, 2007 at 04:14:56PM -0500, Bruce Martin wrote:
>> Hello all,
>>
>> I know this can be done but does someone have a step by step guide
>> that
>> walks me through the process of setting up DBD:: MYSQL on Max OS X.
>>
>> Thanks,
>> Bruce Martin
>> The Martin Solution
>> bruce@martinsolution.com
>> http://www.martinsolution.com
>> http://externals.martinsolution.com
>>
>>
>>
>