Installing MySQL without root access
- by vinay
I am trying to install MySQL without root permissions. I ran through the following steps:
Download MySQL Community Server 5.5.8 Linux - Generic Compressed TAR Archive
Unpack it, for example to: /home/martin/mysql
Create a my.cnf file in your home directory. The file contents should be:
[server]
user=martin
basedir=/home/martin/mysql…