PhpMyAdmin error requested authentication method unknown to the client [caching_sha2_password]
PhpMyAdmin error requested authentication method unknown to the client [caching_sha2_password] This error comes due to authentication problem. When you try to login into MySQL by terminal, you get the success…
How to Downgrade PHP 7.4 to PHP 7.3 in Ubuntu 20.04 LTS?
Downgrade PHP 7.4 to PHP 7.3 in Ubuntu 20.04 LTS In this blog we will learn how to downgrade PHP 7.4 to PHP 7.3 . Before we start make sure…
Your requirements could not be resolved to an installable set of packages. Composer Yii2 PHP extension – FIXED
This is the output of error on the terminal when we are installing Yii2 on Ubuntu 20.04 LTS. vetechno@ubuntu:~$ composer create-project --prefer-dist yiisoft/yii2-app-basic test_demo1Creating a "yiisoft/yii2-app-basic" project at "./test_demo1"Installing yiisoft/yii2-app-basic…
How to Install MySQL 8.0 on Ubuntu 16.04 LTS | vetechno
How to Install MySQL 8.0 on Ubuntu 16.04 LTS This tutorial will help you how to install MySQL 8.0 on Ubuntu 16.04 LTS. MySql 8.0 is a free open source…
How to reset forgotten password on Ubuntu/Linux Operating System.
How to reset forgotten password on Ubuntu In this tutorial post, we are going to reset the forgotten password on Ubuntu 20.04 LTS. This same method will also work on…
XAMPP – Replacing MariaDB with MySQL 8 on Windows 10
How can we change MariaDB to MySQL in XAMPP on Windows 10 Hello friends, In tutorial post, we are going to How can we change MariaDB to MySQL in XAMPP …
Forgot MySQL Root Password on Ubuntu 20.04 LTS
Step1. First Login to Mysql ALTER USER ‘root’@’localhost’ IDENTIFIED WITH mysql_native_password BY ‘yourPasswordHere’; where :- root is user and yourPasswordHere is password For eg. ALTER USER ‘root’@’localhost’ IDENTIFIED WITH…
How to Create a Bootable Windows 10 USB on Ubuntu or Linux | vetechno
How to Create a Bootable Windows 10 USB on Ubuntu or Linux It is little bit more difficult to create bootable pen drive of windows 10 on Ubuntu as compared…
phpMyAdmin ERROR: mysqli_real_connect(): (HY000/1045): Access denied for user ‘pma’@’localhost’ (using password: NO)
Access denied for user ‘pma’@’localhost’ (using password: NO) In this short blog post, I have shown you how to fix Access denied for user ‘pma’@’localhost’ (using password: NO) on Windows…
How to fix error W: Target Packages (main/binary-amd64/Packages) is configured multiple times in my sources.list file? [duplicate]
Target Packages (main/binary-amd64/Packages) is configured In this tutorial post we will try to fix “Target Packages (main/binary-amd64/Packages) is configured” on Ubuntu 20.04 LTS. If you have recently installed some packages/software’s…