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
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
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
My database layout is as follows:
mysql> show columns from music;
+---+---+--+-+-+---+
| Field | Type | Null | Key | Default | Extra |
+---+---+--+-+-+---+
| mrecno| int(6)| | PRI | 0
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
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,