Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: writing DBI applications offline

by moritz (Cardinal)
on Oct 06, 2008 at 07:44 UTC ( [id://715521]=note: print w/replies, xml ) Need Help??


in reply to writing DBI applications offline

Why not simply install a mysql server on your machine? On Debian it's a aptitude install mysql-server-5.0 away, and I guess other systems don't make it more complicated (on windows you'll probably have to find the installer binary yourself).

Then you need a bit of configuration, but it's really not much, and then you can use the same DBD module on your local machine as on the production site. Which can be very important if things like UTF-8 handling are different than in other drivers.

Replies are listed 'Best First'.
Re^2: writing DBI applications offline
by SilasTheMonk (Chaplain) on Oct 06, 2008 at 23:52 UTC
    With a reddening face, Silas the Monk realizes he actually has a copy of mysql that can be installed. He apologises profusely to the assembled masters and bows obsequeiously. As he backs out of the room, he knocks over the umbrella stand.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://715521]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-25 19:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found