Setting Up WordPress on Ubuntu with Apache2, MySQL, and SSL
we’ll show you how to install WordPress, Apache, MySQL, and SSL encryption and also configure permalinks and apache site
Read Morewe’ll show you how to install WordPress, Apache, MySQL, and SSL encryption and also configure permalinks and apache site
Read MoreWhile Setting up the AWS or any other linux cloud hosting service there are many things we need to take care of while installing the LAMP stack to ubuntu. LAMP(Linux, APACHE, MySQL, PHP)? AMP stack is a group of open source software used to get web servers up and running. The acronym stands for Linux, Apache, MySQL, and PHP. Since the virtual private server is already running Ubuntu, the linux part is taken care of. Here is how to install the rest. Before Starting LAMP Installation you need to set…
Read MoreWhat is phpmyadmin? phpMyAdmin is a free and open source tool written in PHP intended to handle the administration of MySQL or MariaDB with the use of a web browser. It can perform various tasks such as creating, modifying or deleting databases, tables, fields or rows; executing SQL statements; or managing users and permissions. Before installing phpmyadmin if you want to install LAMP to your server checkout here How To Install Linux, Apache, MySQL, PHP (LAMP) stack on AWS Ubuntu Step One — Install phpMyAdmin To get started, we can…
Read MoreCreating Secure login page using PHP and MySQL
Read More