On Sat, Jan 26, 2002 at 07:53:35PM +0000, John Murdie wrote:
>
> I'd like to see an explicit statement that it is possible to install
> a binary distribution of MySQL in some non-standard place, or not,
> as the case might be. If it *is* possible, I'd like to see full
> instructions for doing this.

It is.  I do it all the time.  Our servers run MySQL installed in
/home/mysql rather than /usr/local, or /opt.

It's been a while since I did a fresh install, but I don't remember
having to really jump thru many hoops.

  cd /home
  tar -zxvf /tmp/mysql-binary-version.tar.gz
  ln -s mysql-binary-version mysql
  cd mysql
  <setup the db as described in the install docs>

Have you tried something like that?  If so, what doesn't work?

Jeremy
-- 
Jeremy D. Zawodny, <[EMAIL PROTECTED]>
Technical Yahoo - Yahoo Finance
Desk: (408) 349-7878   Fax: (408) 349-5454   Cell: (408) 685-5936

MySQL 3.23.41-max: up 23 days, processed 538,584,314 queries (261/sec. avg)

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to