Installing MySQL on Gentoo Linux
Installing MySQL on Gentoo distribution is made up of very easy and simple steps:
emerge dev-db/mysql
This command allows the downloading of packades required to install mysql and installing them.
emerge --config =dev-db/mysql-[version]
This version allows you to start configuring the server and mysql installed initializing root password.
- Starting or stopping the server can be done via the command:
/etc/init.d/mysql start/stop
By default installation places the mysql server at startup. To remove it run the command
rc-update -del mysql
To put it in the start run
rc-update -add mysql