I need a general way to install MySQL 5.5 on virtually any Linux OS from a non-root user. So I decided to install MySQL from my source and install it where I need it.
Is it possible to install MySQL as a home user without root authority? Does anyone have an idea? Please share your knowledge for the same.
The main limitation here is that I need to install MySQL 5.5 from any non-root user in a general way and possibly for almost any Linux OS.
Any suggestion would be appreciated.
Thank.
Conclusion
I tried with Ubuntu-11.10, finally, I was able to install MySQL-5.5 for non-root users with the limitation that MySQL is not accessible from the command line / command line. Because mysqld works and works fine, MySQL is easily accessible through any GUI tool that connects to MySQL through JDBC connectors. If you try to access mysql from the command line using
mysql -u root -p
Teamgave out a segmentation error. Another thing I tried for Fedora Linux also with a Non-Root user is that mysqld fails and cannot access mysql anyway :(.
source
share