Re: Installation Confusion in Linux

2004-02-18 Thread Victor Medina
On Tue, 2004-02-17 at 17:08, Ross O wrote: [EMAIL PROTECTED] root]# rpm -qvl MySQL-server-4.0.18-0 -rwxr-xr-x1 rootroot 5575 Feb 12 09:02 /etc/init.d/mysql -rw-r--r--1 rootroot 657 Feb 12 09:02 /etc/logrotate.d/mysql -rwxr-xr-x1 rootroot

Installation Confusion in Linux

2004-02-17 Thread Ross O
I was able to successfully install MySQL server 4 under windows, but am a little confused about doing it through linux. My main confusion is where the install goes? Im using the rpm, and from my personal directory where i downloaded the rpm to, i issue a rpm -i MySQL-server-...rpm command and

Re: Installation Confusion in Linux

2004-02-17 Thread Matt Silva
This will list all the files in the package and where they are located. rpm -qpl package_name.rpm or from the rpm database rpm -ql pachage_name Matt Ross O wrote: I was able to successfully install MySQL server 4 under windows, but am a little confused about doing it through linux. My

Re: Installation Confusion in Linux

2004-02-17 Thread walt
Ross, rpm -qlp package_name.rpm will list all the files in an rpm for you. You may need to install the client rpm as well. walt Ross O wrote: I was able to successfully install MySQL server 4 under windows, but am a little confused about doing it through linux. My main confusion is

Re: Installation Confusion in Linux

2004-02-17 Thread Ross O
[EMAIL PROTECTED] root]# rpm -qvl MySQL-server-4.0.18-0 -rwxr-xr-x1 rootroot 5575 Feb 12 09:02 /etc/init.d/mysql -rw-r--r--1 rootroot 657 Feb 12 09:02 /etc/logrotate.d/mysql -rwxr-xr-x1 rootroot 900144 Feb 12 09:02 /usr/bin/isamchk