LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   mySQL (https://www.linuxquestions.org/questions/linux-newbie-8/mysql-39922/)

kidwired 12-31-2002 04:04 PM

mySQL
 
I ant to install mysql. I loaded the mysql component from RH 8.
Is there a RPM for mysql? what do I need to do to make this happen?

Mara 12-31-2002 04:14 PM

You need to install MySQL RPM files. You can use graphical RH tools or install it from console:
rpm -i mysql
You should be in the directory you have the RPM in.

kidwired 12-31-2002 04:49 PM

so this is mysql.rpm in addition to what I installed from RH8?

wdingus 12-31-2002 10:49 PM

There are multiple packages included with RH8 that are related to MySQL or are the package itself:

# rpm -qa | grep -i mysql
mysql-server-3.23.52-3
mysql-3.23.52-3
MySQL-python-0.9.1-4
php-mysql-4.2.2-8.0.5
mysqlclient9-3.23.22-6
mysql-devel-3.23.52-3
mod_auth_mysql-1.11-10
perl-DBD-MySQL-2.1017-3

At the very least you need the first 2 and mysqlclient probably. You technically don't need any additional RPMs or packages/files from mysql.com or anywhere else. This *is* MySQL pre-compiled and packaged by the RedHat folks and is included in the RH8 CDs you probably already have...

There's been lots of discussions of MySQL and RH8 on here recently. You might want to do some searching on here in some of the other forums...

kidwired 12-31-2002 11:16 PM

Thank you wdingus :D
I figured that out and it is running quite happily at the moment.
Happy New Years to you!


All times are GMT -5. The time now is 12:37 PM.