Re: installing mysql from src

2012-11-17 Thread Sabika Makhdoom
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

Re: installing mysql from src

2012-11-16 Thread Reindl Harald
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

installing mysql from src

2012-11-16 Thread É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 mysql-VERSION shell> cmake . shell> make shell> make i