Installing MySQL on Gentoo Linux

Last update on April 27, 2009 06:27 AM by jak58
Published by jak58

Installing MySQL on Gentoo Linux




Installing MySQL on Gentoo distribution is made up of very easy and simple steps:
  • Run the command


emerge dev-db/mysql


This command allows the downloading of packades required to install mysql and installing them.
  • Run the command


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
Best answers for « Installing MySQL on Gentoo Linux » in :
[Gentoo Linux] Installing and configuring Java Show [Gentoo Linux] Installing and configuring Java Installing JDK Configuring the JVM The Gentoo Linux distribution offers a range of JRE and JDK environments. To install them simply procede as follows: Installing JDK To start the...
Install Dofus under Linux Show Download Dofus Decompress the file Use Dofus Online Install Dofus under Linux Download Dofus For example, if the directory link for the download is set as /home/USERNAME/dofus, you should make use of the command mkdir $HOME/dofus to...
[Gentoo Linux] Installing TomCat Show [Gentoo Linux] Installing TomCat Installation User Administration Server parameters The application server (Tomcat) is a component of the Jakarta project, which provides server solutions based on Java technologies, but keeping it as...
[Gentoo Linux] Installing Webmin Show[Gentoo Linux] Installing Webmin Installing Webmin Launch of Webmin Deamon Webmin is a web server management application. Installing Webmin Installation of Webmin differs little from the installation of other software under Gentoo....
[Gentoo Linux]Installing Apache2/PHP Show[Gentoo Linux]Installing Apache2/PHP Installing Apache2 Installing PHP As for all installation purposes under Gentoo, Portage will handle the installation of packages and managing dependencies. Installing Apache2 The installation...
[Gentoo Linux]- Restoring the root password Show[Gentoo Linux]- Restoring the root password If you lose your root password the easiest way to recover it is to use the LiveCD Boot with the LiveCD Launch the fdisk command and then use the p option for the device on your boot...
Download LC ISO Creator ShowLC ISO Creator is very simple: it allows to create a .ISO file from your CD. Then, it allows you to burn these ISO files, to use CD emulation software (in order not to use any more the original CD) or to make a backup copy. The software is...
Installation of Linux ShowInstallation of the RedHat distribution The RedHat distribution is currently one of the most popular distributions, considering that the installation procedure is very simple. As a matter of fact, this procedure simply asks you to choose from a...
Intranet - Installing the Linux distribution Mandrake ShowIntroduction to installation The server can work with any Linux distribution, but we have chosen to use the distribution Mandrake, which has the advantage of being simple to install, and includes a multitude of pre-installed applications. You can...
Installing a network adapter ShowPurpose The purpose of this article is to set up a network to enable data exchanges between computers, resource sharing and network games. Is it therefore necessary to install a network card in each computer that may be part of the local area...