
Completely uninstall mysql-server - DigitalOcean
Jun 21, 2020 · Indeed deleting files directly from your MySQL folder is really not recommended. You can take a look at this guide here on how to delete old MySQL binary files here.
How to Install MySQL on Ubuntu – Step-by-Step Guide
Apr 7, 2025 · Learn how to install MySQL on Ubuntu with this step-by-step guide. Configure MySQL, set up security, and troubleshoot installation issues
How to Create a MySQL User and Grant Privileges (Step-by-Step)
Apr 7, 2025 · Learn how to create a MySQL user, grant privileges, and manage database access. Step-by-step guide with SQL commands and security best practices.
How To Reset Your MySQL or MariaDB Root Password
May 5, 2020 · Prerequisites To recover your root MySQL/MariaDB password, you will need: Access to the MySQL or MariaDB Linux server with a sudo user. Step 1 — Identifying the …
Step-by-Step MySQL Installation on Ubuntu - DigitalOcean
Oct 1, 2025 · Install and secure MySQL on Ubuntu with copy-paste commands, service management, firewall rules, and tests to get running fast.
How To Move a MySQL Data Directory to a New Location on …
Mar 30, 2022 · A MySQL server. If you haven’t already installed MySQL, check out our guide on How To Install MySQL on Ubuntu 20.04. In this tutorial, we’re moving the data to a block …
How To Remove Docker Images, Containers, and Volumes
Apr 6, 2025 · Learn how to remove Docker images, containers, and volumes. This guide covers Docker cleanup commands and manage containerized applications.
How To Reset Your MySQL or MariaDB Root Password on Ubuntu …
Dec 20, 2021 · Prerequisites To recover your MySQL or MariaDB root password, you will need: Access to the Ubuntu 20.04 server running MySQL or MariaDB with a sudo user or other way …
How to Allow MySQL Remote Access Securely (2025 Guide)
Mar 7, 2019 · Learn how to allow MySQL remote access safely: bind to a private IP, lock down port 3306 with firewalls, create least-privilege users, enable SSL/TLS, and us…
How To Install LAMP Stack (Apache, MySQL, PHP) on Ubuntu
May 27, 2025 · Learn how to deploy a production-grade LAMP stack on Ubuntu 20.04 or 22.04. This guide walks through the optimised installation of Apache, MySQL, and PHP.