Perl DBI
From HTYP, the free directory anyone can edit
Contents |
[edit]
computing: software: Perl: DBI
[edit] Overview
Perl DBI is the most common database API for the Perl programming language.
[edit] Reference
[edit] Notes
[edit] functions
[edit] usage
Using an existing user/pass combination, I got an error message saying "Client does not support authentication protocol requested by server". The mysql manual said (among other things) that one way around this was to reset the password using an old format ("OLD_PASSWORD('newpwd');"), so I created a new user with the intention of doing that to it (since I didn't want to mess up existing access), and then just for the heck of it I tried accessing that user/pass from Perl DBI... and it worked. I'm guessing this has something to do with the HSphere update on the shared server (I generally use HSphere to manage users, since I don't think I have permission to do so otherwise). --Woozle 18:01, 4 July 2006 (EDT)

