
How to Check the Connection to MySQL DB Server
I would share the way to check the connection to MySQL database server. We can use the telnet or nc command to connect to port 3306. This would be very…
How to Check the Connection to MySQL DB Server
I would share the way to check the connection to MySQL database server. We can use the telnet or nc command to connect to port 3306. This would be very…
Install MySQL, Apache and PHP on CentOS 6.5
LAMP stand for Linux, Apache, MySQL and PHP which is group of software used to run an web applications. The combination of these software is called LAMP stack. This document…
How to Install and Securing MySQL on CentOS 6.4 VPS
MySQL Database server is one of the most popular used database in the internet especially for content management and blogging site. It’s can stores and retrieves data for the blog,…
Issue : When i try to install WordPress, I’ve encountered this error and returned the following warning on browser : “Your PHP installation appears to be missing the MySQL extension…
Securing and Hardening Linux Dedicated Server
When we hosted the linux dedicated server or virtual private server(VPS) in a data center, security of the system is very important in order to ensure the data and the…
9 Steps to Setup Dedicated Server for your Website
There are different types of hosting services are used in the computer technology such as shared hosting, VPS (Virtual Private Server) and Dedicated Server hosting. For new websites with low…
How to Setup phpMyAdmin on CentOS 6.3 using EPEL Repository
This post will covers the steps to install phpMyAdmin to operate MySQL from Web browser. phpMyAdmin is a free software tool written in PHP intended to handle the administration of…
How to Install and Securing MySQL Database Server on CentOS 6.3
This post will covers the steps to install and securing MySQL Database Server. MySQL server is a database server that can stores and retrieves data for the blog, websites and…
How to Setup phpMyAdmin 3.5.1 on CentOS 6.2 using Remi Repository
phpMyAdmin is a free and open source tool written in PHP intended to handle the administration of MySQL with the use of a Web browser. It is a tools that…
How to Install Apache, PHP and MySQL on CentOS 6.2
Install Apache, PHP and MySQL on centOS 6.2 In this post, i will share with you on how to install Apache Httpd, PHP and MySQL on linux CentOS 6.2 server….
How to Install phpMyAdmin on CentOS 6.2 using EPEL Repository
PhpMyAdmin phpMyAdmin is a free software tool written in PHP intended to handle the administration of MySQL over the World Wide Web. It can manage a whole MySQL server (needs…
How to Install phpMyAdmin on CentOS 6.2 Server
phpMyAdmin is a free software written in PHP intended to handle the administration of MySQL over the World Wide Web. It can manage a whole MySQL server (needs – super…