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.
Comments
Post a Comment