You can specify installation directory when you run the installer script
instead of make. Also update the MySQL base and data directories in the
mysql.server file under the support files directory. You can copy that file to
/etc/init.d and add MySQL to chkconfig
Sabika
Life was meant to be mob
Am 16.11.2012 19:21, schrieb Érico:
> I have followed the steps from bellow to install mysql from src on my linux
> ( red hat 6 ) :
>
> shell> groupadd mysql
> shell> useradd -r -g mysql mysql
> # Beginning of source-build specific instructions
> shell> tar zxvf mysql-VERSION.tar.gz
> shell> cd
I have followed the steps from bellow to install mysql from src on my linux
( red hat 6 ) :
shell> groupadd mysql
shell> useradd -r -g mysql mysql
# Beginning of source-build specific instructions
shell> tar zxvf mysql-VERSION.tar.gz
shell> cd mysql-VERSION
shell> cmake .
shell> make
shell> make i