Simple Linux RPM error question

2002-11-30 Thread Vidiot
I'm attempting to install the following Linux RPMs: MySQL-3.23.53a-1.i386.rpmMySQL-client-3.23.53a-1.i386.rpm MySQL-Max-3.23.53a-1.i386.rpmMySQL-devel-3.23.53a-1.i386.rpm MySQL-bench-3.23.53a-1.i386.rpm MySQL-shared-3.23.53a-1.i386.rpm When I do so I get the following error: rpm -iv

Re: Simple Linux RPM error question

2002-12-01 Thread Vidiot
I found the following RPMs: perl-DBD-MySQL-1.2215-1.i386.rpm perl-DBI-1.14-10.i386.rpm But they aren't good enough: rpm -ivh MySQL*3.23.53a-1.i386.rpm perl-DBD-MySQL-1.2215-1.i386.rpm perl-DBI-1.14-10.i386.rpm error: failed dependencies: MySQL-DBI-perl-bin is neede

No my.cnf - why?

2002-12-04 Thread Vidiot
I installed the Linux RPMs for the latest version of MySQL. But, no my.cnf. How do I create one? I can't find anything in the 800+ page manual on how to create said file. I can't get any of the programs to work either. The mysql daemon starts, the firewall has a hole cut in it for my IP to get

DBI or CGI perl error?

2002-12-14 Thread Vidiot
My database layout is as follows: mysql> show columns from music; +---+---+--+-+-+---+ | Field | Type | Null | Key | Default | Extra | +---+---+--+-+-+---+ | mrecno| int(6)| | PRI | 0

Getting timestamp to work with Perl CGI

2002-12-14 Thread Vidiot
How does one get the MySQL timestamp type to work with the Perl CGI interface script? I've been trying a couple of things, but all I get back is zeros for the value of the field. Does the CGI interface even support timestamp? MB -- e-mail: [EMAIL PROTECTED] /~\ The ASCI

Re: Getting timestamp to work with Perl CGI

2002-12-14 Thread Vidiot
Digging further into the scripts supplied to me by a third person, it looks like the CGI Perl interface could care less about field types. So, ignore the following. MB >How does one get the MySQL timestamp type to work with the Perl CGI interface >script? > >I've been trying a couple of things,