Tagged articles
12 articles
Page 1 of 1
Raymond Ops
Raymond Ops
Jan 19, 2025 · Databases

How to Reset MySQL Root Password and Manage User Accounts Safely

This guide explains how to stop MySQL, start it with the --skip-grant-tables option to bypass authentication, reset the root password, add new accounts with specific host permissions, and modify passwords using various MySQL commands while highlighting security considerations.

Root PasswordUser Management
0 likes · 7 min read
How to Reset MySQL Root Password and Manage User Accounts Safely
Efficient Ops
Efficient Ops
Nov 10, 2024 · Operations

How to Diagnose and Fix Common Linux System Failures

This guide walks through typical Linux operational problems—including boot failures, network issues, MBR and GRUB errors, forgotten root passwords, and read‑only file‑system symptoms—explaining their causes, step‑by‑step diagnostic methods, and practical recovery commands to restore a healthy system.

Boot IssuesGRUBLinux
0 likes · 18 min read
How to Diagnose and Fix Common Linux System Failures
Liangxu Linux
Liangxu Linux
Oct 23, 2024 · Operations

How to Diagnose and Fix Common Linux Boot, Network, and Disk Failures

This guide walks through the most frequent Linux system problems—boot failures caused by mis‑configured fstab, corrupted root partitions, missing kernel files, or hardware issues; network connectivity errors; MBR and GRUB bootloader faults; forgotten root passwords; and read‑only file‑system errors—providing step‑by‑step diagnostics, command‑line solutions, and recovery procedures.

Boot IssuesGRUBLinux
0 likes · 18 min read
How to Diagnose and Fix Common Linux Boot, Network, and Disk Failures
Open Source Linux
Open Source Linux
Jun 12, 2024 · Databases

How to Reset MySQL Root Password and Manage User Accounts Safely

This guide walks through three common MySQL administration scenarios—resetting the root password using skip‑grant‑tables, adding new user accounts with proper privileges, and changing passwords via UPDATE, SET PASSWORD, ALTER USER, GRANT, or mysqladmin—while highlighting version‑specific commands and security considerations.

Database AdministrationRoot PasswordUser Management
0 likes · 7 min read
How to Reset MySQL Root Password and Manage User Accounts Safely
MaGe Linux Operations
MaGe Linux Operations
Apr 22, 2024 · Databases

How to Reset MySQL Root Password and Manage User Grants Safely

This guide walks through three MySQL administration scenarios—resetting the root password using the --skip-grant-tables option, adding user accounts with proper grants, and changing passwords via UPDATE, SET PASSWORD, ALTER USER, GRANT, and mysqladmin—providing step‑by‑step commands and precautions.

Database AdministrationRoot PasswordUser Management
0 likes · 7 min read
How to Reset MySQL Root Password and Manage User Grants Safely
Practical DevOps Architecture
Practical DevOps Architecture
Mar 16, 2018 · Databases

How to Reset a MySQL Root Password When Access Is Denied

This guide explains step‑by‑step how to recover a lost MySQL root password by stopping MySQL, starting it with skip‑grant‑tables, updating the password in the mysql.user table, flushing privileges, and then restarting the service for normal operation.

Root Passwordresetskip-grant-tables
0 likes · 3 min read
How to Reset a MySQL Root Password When Access Is Denied
ITPUB
ITPUB
Sep 29, 2017 · Operations

Using a Rescue Disk Set to Recover and Repair a Linux System

This guide explains how to employ a boot/root rescue disk set to mount a damaged Linux filesystem, run e2fsck with backup superblocks, recover lost files, fix broken libraries, reset the root password, and restore the bootloader using LILO or loadlin.

Filesystem RepairRescue DiskRoot Password
0 likes · 9 min read
Using a Rescue Disk Set to Recover and Repair a Linux System
ITPUB
ITPUB
Jun 1, 2016 · Databases

How to Install MySQL 5.6 on CentOS 6.4 Without Compiling

A step‑by‑step guide shows how to download the binary tarball, extract it, create the mysql user, initialise the data directory, configure files, set environment variables, enable auto‑start, start the service, and secure the root account on a CentOS 6.4 system.

CentOSInstallationLinux
0 likes · 5 min read
How to Install MySQL 5.6 on CentOS 6.4 Without Compiling
ITPUB
ITPUB
May 31, 2016 · Databases

Step-by-Step Guide to Install and Configure MySQL 5.7 on Windows

This tutorial walks you through configuring the PATH, editing my-default.ini, installing the MySQL service, initializing and starting it, managing the service, and resetting the root password on a Windows machine using MySQL 5.7.12 (64‑bit).

ConfigurationDatabase ServiceInstallation
0 likes · 6 min read
Step-by-Step Guide to Install and Configure MySQL 5.7 on Windows