Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
os:linux:centos [2019/01/13 16:44] – removed gerardorourkeos:linux:centos [2020/11/09 16:48] (current) – [Change Root password] gerardorourke
Line 1: Line 1:
 +====== Cent OS ======
  
 +  * [[https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-centos-7|Apache & PHP & MYSQL - LAMP]]
 +  * [[https://computingforgeeks.com/how-to-install-php-7-3-on-centos-7-fedora/|Upgrading to PHP  7.3]]
 +  * [[https://www.linode.com/docs/security/ssl/ssl-apache2-centos/|SSL Certificates with Apache on CentOS 7]]
 +  * [[https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-centos-7|TLS Certs - Let's-encrypt]]
 +
 +
 +===== MariaDB / MySQL =====
 +==== Change Root password====
 +===MySQL 5.7.6 and later:===
 +<code>ALTER USER 'root'@'localhost' IDENTIFIED BY 'MyNewPass'</code>
 +===MySQL 5.7.5 and earlier:===
 +<code>SET PASSWORD FOR 'root'@'localhost' = PASSWORD('MyNewPass');</code>
 +
 +
 +===== CentOS =====
 +
 +  * [[https://www.tecmint.com/install-php-on-centos-8/|Installing PHP 7.4 on Centos 8]]
  • os/linux/centos.1547397868.txt.gz
  • Last modified: 2019/01/13 16:44
  • by gerardorourke