Installazione di MySQL in CentOS

From RVM Wiki
Revision as of 10:02, 23 September 2014 by Gabriele.vivinetto (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • 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