MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: configure for one directory, install in another
Posted by: Jonathan Stephens
Date: January 29, 2007 06:20AM

make install will put everything in /usr/local/mysql, unless you tell it to do otherwise. That includes the databases, which will go in /usr/local/mysql/var.

If you don't want to deal with a bunch of configure options, you can edit BUILD/SETUP.sh before running BUILD/compile-*** - just look for the line that reads

prefix="/usr/local/mysql"

and change the path to something else.

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: configure for one directory, install in another
1864
January 29, 2007 06:20AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.