I really can't see this as an important issue. And frankly, I would copy the username and password seven times. Because I would treat the fact that the username and passwords are the same as a coincidence. If the usernames and passwords were different (which, if I were the database admin, they would), you had to write down seven usernames and passwords anyway.

I've been a database administrator, and I had to deal with over 20 database servers with hundreds of databases, with new servers popping up and old ones disappearing all the time. All configuration information I needed for my admin scripts was kept in a single Perl datastructure (a nested hash), and used whenever needed. Adding an entry for a new server or database was a matter of less than a minute (just copy a subhash, change the values), so even if you had a couple of new servers a day, you still didn't need to spend a lot of time updating the configuration.

Abigail


In reply to Re: I swim in a sea of databases and DBIx::Connect is barely adequate by Abigail-II
in thread I swim in a sea of databases and DBIx::Connect is barely adequate by princepawn

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.