I install CentOS 3.4 but don't found the databases mysql and postgres where are ?
Thanks
I use the latest stable mysql from mysql direct for postges I get latest post gres for RheL and use that :-) ----- Original Message ----- From: "UnIData" unidata.linux@gmail.com To: centos@caosity.org Sent: Thursday, January 20, 2005 4:56 PM Subject: [Centos] mysql & postgres
I install CentOS 3.4 but don't found the databases mysql and postgres where are ?
Thanks _______________________________________________ CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
The rpms seem to be under both os and addons:
3.4/os/i386/RedHat/RPMS/mysql-3.23.58-2.3.i386.rpm 3.4/os/i386/RedHat/RPMS/mysql-devel-3.23.58-2.3.i386.rpm 3.4/os/i386/RedHat/RPMS/php-mysql-4.3.2-19.ent.i386.rpm 3.4/os/i386/RedHat/RPMS/libdbi-dbd-mysql-0.6.5-5.i386.rpm 3.4/addons/i386/RPMS/mysql-server-3.23.58-2.3.i386.rpm
yum install mysql mysql-devel php-mysql mysql-server
Postgres (I don't use it) seems to be called rh-postgresql under 3.4/os
UnIData wrote:
I install CentOS 3.4 but don't found the databases mysql and postgres where are ?
Thanks _______________________________________________ CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
mysql you need to install mysql-server which is an extra(i think)
postgres, you need to install rh-postgres, and the service is called rhdb
El Jue 20 Ene 2005 18:56, UnIData escribió:
I install CentOS 3.4 but don't found the databases mysql and postgres where are ?
the package for postgresql is rh-postgresql...
for the version 7.4.6 you need download from
http://developer.postgresql.org/ftpsite/binary/v7.4.6/rpms/redhat/rhel-3/
creyes