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

0 Comments

PostgreSQL In Windows Subsystem for Linux (WSL) | by Harshit Yadav | Medium

sudo service postgresql start Source: PostgreSQL In Windows Subsystem for Linux (WSL) | by Harshit Yadav | Medium

0 Comments

apt – How do I fix the GPG error “NO_PUBKEY”? – Ask Ubuntu

  sudo apt-key adv –keyserver keyserver.ubuntu.com –recv-keys Source: apt – How do I fix the GPG error “NO_PUBKEY”? – Ask Ubuntu