RE: Installinging MySQL on a virtual server

2001-07-10 Thread Ton Geurts
Thanx Tonu. I used the command ./configure --prefix=/usr/local/WWW/www.mydomain.com/mysql --with-unix-socket-path=prefix=/usr/local/WWW/www.mydomain.com/mysql/.mysql. sock The service works perfectly when started as bin/safe_mysqld --skip-locking --skip-networking & I have entered the command

Re: Installinging MySQL on a virtual server

2001-07-09 Thread Tonu Samuel
Ton Geurts wrote: > Hi, > > I wonder I someone can give me some advice about the following situation. I > have to install MySQL to be used with a website on a virtual server. This > gives the following restraints: > > * MySQL must be installed in my user directory > /usr/local/WWW/www.mydomain.

Installinging MySQL on a virtual server

2001-07-09 Thread Ton Geurts
Hi, I wonder I someone can give me some advice about the following situation. I have to install MySQL to be used with a website on a virtual server. This gives the following restraints: * MySQL must be installed in my user directory /usr/local/WWW/www.mydomain.com/mysql * I am only allowed to us