0 Comments

List Mounted Drives in Linux

If you want to perform certain operations on a drive, you need to know its details. Learn how to list currently mounted drives in Linux. Source: List Mounted Drives in Linux

0 Comments

MySQL 8: Random Password Generator

MySQL 8 now has a random password generator, and CREATE USER, ALTER USER, and SET PASSWORD statements have the capability of generating random passwords. Source: MySQL 8: Random Password Generator

0 Comments

How To Create a New User and Grant Permissions in MySQL | DigitalOcean

MySQL is a powerful database management system used for organizing and retrieving data. This tutorial explains how to to create new MySQL users and how to gr… Source: How To Create a New User and Grant Permissions in MySQL | DigitalOcean

0 Comments

How-to Change back and NOT use mysql_native_password

To change back and NOT use mysql_native_password and use caching_sha2_password do the following: login to mysql by running following command sudo mysql -p At password prompt, enter your mysql password Run following command to change back to use caching_sha2_password ALTER USER ‘root’@’localhost’ IDENTIFIED WITH caching_sha2_password;

0 Comments

WSL for Windows in MS Store

Click to open WSL in windows store https://aka.ms/wslstorepage/

0 Comments

How To Fix the MySQL 1045 Error: Access Denied (4 Methods)

The MySQL Error 1045 typically occurs when you attempt to access your MySQL database through WordPress. Here are 4 methods to fix the issue. Source: How To Fix the MySQL 1045 Error: Access Denied (4 Methods)

0 Comments

ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: YES)

Source: ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: YES)

0 Comments

How To Secure Apache with Let’s Encrypt on Ubuntu 22.04 | DigitalOcean

Let’s Encrypt is a Certificate Authority (CA) that facilitates obtaining and installing free TLS/SSL certificates, thereby enabling encrypted HTTPS on web se… Source: How To Secure Apache with Let’s Encrypt on Ubuntu 22.04 | DigitalOcean

0 Comments

How to Uninstall MySQL From Ubuntu? – Linux Genie

To uninstall MySQL from Ubuntu, use the apt package manager and remove option to uninstall the MySQL. Read this post for further details. Source: How to Uninstall MySQL From Ubuntu? – Linux Genie

0 Comments

How To Install Linux, Apache, MySQL, PHP (LAMP) Stack on Ubuntu 22.04 | DigitalOcean

A “LAMP” stack is a group of open-source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is… Source: How To Install Linux, Apache, MySQL, PHP (LAMP) Stack on Ubuntu 22.04 | DigitalOcean