Installazione di MySQL in CentOS: Difference between revisions

From RVM Wiki
Jump to navigation Jump to search
Created page with "* Installare sudo yum install mysql-server * Abilitare start al boot: sudo chkconfig mysqld on *Avviare sudo service mysqld start * Impostare la password di root (attua..."
 
(No difference)

Latest revision as of 10:02, 23 September 2014

  • Installare
sudo yum install mysql-server
  • Abilitare start al boot:
sudo chkconfig mysqld on
  • Avviare
sudo service mysqld start
  • Impostare la password di root (attualmente blank):
sudo /usr/bin/mysql_secure_installation

Riferimenti