Setup Apache, MySQL and PHP

In order to use Zabbix we required a Web Server, database server and PHP to work. Please follow below steps one by one. Read first article from here.

Install All Services.

Install services using following commands.
# yum install httpd httpd-devel
# yum install mysql mysql-server
# yum install php php-cli php-common php-devel php-pear php-gd php-mbstring php-mysql php-xml

Start All Services

Start MySQL and Apache services.
# service httpd start
# service mysqld start

MySQL Initial Setup

Run following command to setup MySQL initially and secure it. Create one database admin user for access through sqlyog.

# mysql_secure_installation


Previous Post                                                                                                                               Next Post

Comments

Popular posts from this blog

How to measure disk performance with fio and IOPing

How to Install Apache on CentOS 7

Install and configure Jenkins on Ubuntu 16.04