I was trying to install Business::OnlinePayment module and ran into a
problem installing Net::SSLeay. This module runs a series of tests during
its installation. It get the following output on the command line:
ok 4
Spawin a TCP test server on port 1211, pid=28401...
When using the DBI connect method under MySql you must supply the hostname
as a parameter. Is it permissible to pass an IP address instead of a DNS
hostname?
___
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.c
Thanks, Kirk. I wrote a quick script and it worked fine.
-Original Message-
From: Kirk [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 08, 2003 4:52 PM
To: Ken Hilliard
Cc: [EMAIL PROTECTED]
Subject: RE: [Perl-unix-users] Creating a MYSQL database
programmatically via DBI
perldoc
Does anyone know how to create the initial database and tables
programmatically via DBI under MYSQL. I've been creating the application
database and required tables using the provided MYSQL utilities and then
using the Perl DBI to insert/update/delete records. I know that MYSQL's
command line utili