Installing 3.23.57 version without root privileges

2003-11-04 Thread Fernando
Hello, I need to install 3.23.57 version (i've downloaded the source code from the mysql page) in a system where i'm not the root. How can i install it in my account without getting errors while doing the make install? I get this message saying i can't write in the default folder because i do

Re: Installing 3.23.57 version without root privileges

2003-11-04 Thread Gabriel Guzman
On Tuesday 04 November 2003 10:49 am, Fernando wrote: Hello, I need to install 3.23.57 version (i've downloaded the source code from the mysql page) in a system where i'm not the root. How can i install it in my account without getting errors while doing the make install? I get this message

Re: Installing 3.23.57 version without root privileges

2003-11-04 Thread Michael Stassen
Use the --prefix option to tell configure where mysql should go. Add --prefix=$HOME/mysql to your configure options. You could change $HOME/mysql to any path where you have write permission. Michael Fernando wrote: Hello, I need to install 3.23.57 version (i've downloaded the source code