> -----Original Message-----
> From: j [mailto:[EMAIL PROTECTED] 
> Sent: dinsdag 1 februari 2005 11:20
> To: Mark
> Cc: mysql@lists.mysql.com
> Subject: Re: Non root user MySQL install possible?
> 
> Sorry, I don't mean running MySQL as root, I mean I do not have root
> access on the server I am trying to install MySQL on - for myself,
> under my home directory. 

Ok, gotcha.

> I run into permission problems (because I am
> not root, I can't alter anything under /var). I am trying to edit the
> necessary configs so the paths point to /home/me but that is where I
> am running into problems. What I'm looking for is a guide, or a list
> of config files that need to be edited. Thanks.

Hmm, I do not think it will be possible for you to actually compile MySQL
this way; for it will undoubtledly want to install libraries, etc, in
/usr/local/lib/ and such. But you can always just download a precompiled
package from the MySQL download site, untar it, and run the binary
straight from your home dir. :)

The server you are doing this on may already have a MySQL server
running. So, you would have to use something different from port 3306,
or /tmp/mysql.sock, or /var/db/mysql/. But all of that is configurable.

- Mark


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to