Juan Fernandez <[EMAIL PROTECTED]> wrote:
> I am trying to install mysql without the server on fedora:
Don't install Fedora packages.
Install binary packages downloaded from www.mysql.com in RPM format.
You will probably need MySQL-shared and MySQL-client if you don't want
the server.
--
Fernandez
Cc: '[EMAIL PROTECTED]'
Subject: Re: problem installing without the server
Juan Fernandez wrote:
Hi !!
I am trying to install mysql without the server on fedora:
when I issue the command :
[EMAIL PROTECTED] snort-2.2.0]# cd ../mysql-3.23.52
[EMAIL PROTECTED] mysql-3.23.52]# .
ubject: Re: problem installing without the server
Juan Fernandez wrote:
> Hi !!
>
> I am trying to install mysql without the server on fedora:
>
> when I issue the command :
>
> [EMAIL PROTECTED] snort-2.2.0]# cd ../mysql-3.23.52
> [EMAIL PROTECTED] mysql-3.23.52]# ./configur
Juan Fernandez wrote:
Hi !!
I am trying to install mysql without the server on fedora:
when I issue the command :
[EMAIL PROTECTED] snort-2.2.0]# cd ../mysql-3.23.52
[EMAIL PROTECTED] mysql-3.23.52]# ./configure --without-server
--prefix=/usr/local/mysql
everything is fine but after I issue the com