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
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.