How To Install And Configure WAMP 3.2.3 Server On Windows 10 20H2

What is a WAMP server? WampServer is a Windows web development environment. It allows you to create web applications with Apache2, PHP and a MySQL database. Alongside, PhpMyAdmin allows you to manage easily your databases. What are we going to install? WAMP Server with Apache 2.4.46 , PHP 7.3.21 (you can go higher if you […]
How To Change OpenLiteSpeed Port 8088 To 80 In Ubuntu 20.10

Simple video to change default OpenLiteSpeedport 8088 to 80 🙂
How To Install the OpenLiteSpeed Web Server PHP and MariaDB on Ubuntu 20.10

OpenLiteSpeed has some useful features that make it a solid choice for many installations: it features Apache, PHP and MariaDB, WEB PANEL and more…
How To Install XAMPP Plugins In Ubuntu Linux (Installing WordPress Plugin)

What is XAMPP In Linux? XAMPP is the most popular PHP development environment. XAMPP is a completely free, easy to install Apache distribution containing MariaDB, PHP, and Perl. The XAMPP open source package has been set up to be incredibly easy to install and to use. What is WordPress? WordPress is the world’s most popular […]
How to install XAMPP in Ubuntu \ Lubuntu Linux

This is a simple tutorial on how to install XAMPP on our Linux machine. XAMPP is the most popular PHP development environment. XAMPP is a completely free, easy to install Apache distribution containing MariaDB, PHP, and Perl. Website to download XAMPP Commands: A simple video on how to install: We hope you enjoyed this article. if that is so […]
How to show the last queries executed on MySQL?

You can enable a general query log for that sort of diagnostic. Generally you don’t log all SELECT queries on a production server though, it’s a performance killer.
Grant all privileges to root@localhost for mariadb or mysql on ubuntu 16.04 to use phpmyadmin

If you have ever had a problem to login to phpmyadmin with root you will need to add the rights.login to mariadb/mysql: check if user is added: Now add the root user: And now flush: