Install php
1.Masukkan perintah
#yum install php php-mysql php-gd php-pear -y
#vi /var/www/html/testphp.php
dan tambahkan scrip php seperti ini
<?php
phpinfo();
?>
3.Restart httpd service
#systemctl restart httpd
4.Lalu buka browser dan ketikkan ip server/testphp.php
Instalasi phpmyadmin
1.Masukkan peritah
#yum install phpmyadmin -y
2.Lalu edit "phpmyadmin.conf"
#vi /etc/httpd/conf.d/phpMyAdmin.confdan samakan seperti ini
3.Lalu tambahkan
<Directory /usr/share/phpMyAdmin/>4.Lalu edit "config.inc.php"
Options none
AllowOverride Limit
Require all granted
</Directory>
#vi /etc/phpMyAdmin/config.inc.php
5.Edit cookie menjadi http
dan tambahkan username dan password
6.Lalu restart apache
#systemctl restart httpd
7.Buka browser dan ketikkan ipserver/phpmyadmin,lalu muncul peringatan untuk mengisi username password
dan ini tampilannya
referensi:www.unixmen.com
0 komentar:
Post a Comment