Andrew Gaffney wrote:
Andrew Gaffney wrote:

sub init_db {
$dbh = DBI->connect("DBI:mysql:database=skyline;host=192.168.254.25", "root", "linux", {'RaiseError' => 1});
}


And before anyone gets on me about posting DB passwords, keep in mind this is on a test server not connected to the internet.


Why would we care, just don't complain when you have a security breach :-)... personally I have more problems with using 'linux' as a password.....


http://danconia.org

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to