That did it. I changed the line
BaseUrl '
http://people.redhat.com/~hhorak/software-collections/mysql55-rhel-5-candidate/' \
to
BaseURL '
http://people.redhat.com/~hhorak/software-collections/mysql55-rhel-5-candidate/' \
and my search returns packages.
OK, so now what do I do? Recall again, that I am trying to install a second MySQL server using the Software Collection.
The line to install is "yum --enablerepo mysql55 install mysql55", but I get "No package mysql55 available." in response. Which package do install? If I do a search of mysql, I get,
[root@jay ~]# yum --enablerepo mysql55 search mysql
Loaded plugins: fastestmirror, smeserver
Loading mirror speeds from cached hostfile
* base: mirrors-pa.sioru.com
* smeaddons: mirror.pialasse.com
* smeextras: mirror.pialasse.com
* smeos: mirror.pialasse.com
* smeupdates: mirror.pialasse.com
* updates: mirrors.lga7.us.voxel.net
============================== N/S Matched: mysql ==============================
MySQL-python.i686 : An interface to MySQL
apr-util-mysql.i686 : APR utility library MySQL DBD driver
bacula-director-mysql.i686 : Bacula Director with MySQL database support
bacula-storage-mysql.i686 : MySQL Bacula storage daemon files
dovecot-mysql.i686 : MySQL back end for dovecot
e-smith-mysql.noarch : e-smith specific mysql configuration and templates.
freeradius-mysql.i686 : MySQL support for freeradius
libdbi-dbd-mysql.i686 : MySQL plugin for libdbi
mod_auth_mysql.i686 : Basic authentication for the Apache web server using a
: MySQL database
mysql.i686 : MySQL client programs and shared libraries
mysql-bench.i686 : MySQL benchmark scripts and data
mysql-connector-java.noarch : Official JDBC driver for MySQL
mysql-connector-odbc.i686 : ODBC driver for MySQL
mysql-devel.i686 : Files for development of MySQL applications
mysql-embedded.i686 : MySQL as an embeddable library
mysql-embedded-devel.i686 : Development files for MySQL as an embeddable library
mysql-libs.i686 : The shared libraries required for MySQL clients
mysql-server.i686 : The MySQL server and related files
mysql-test.i686 : The test suite distributed with MySQL
perl-DBD-MySQL.i686 : A MySQL interface for perl
php-mysql.i686 : A module for PHP applications that use MySQL databases
qt-mysql.i686 : MySQL driver for Qt's SQL classes
qt3-MySQL.i686 : MySQL drivers for Qt 3's SQL classes
rsyslog-mysql.i686 : MySQL support for rsyslog
Name and summary matches only, use "search all" for everything.
But none of those files match the files listed at the Base URL. And even so, I don't know which of the packages to install from the Base URL, or which name would describe them.
So I have the repository, which package do I install and how do I do that?