Tag

root-password

1 views collected around this technical thread.

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.

Databasemysqlroot-password
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.

GRUBMBRNetwork Troubleshooting
0 likes · 18 min read
How to Diagnose and Fix Common Linux System Failures
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.

Databasemysqlreset
0 likes · 3 min read
How to Reset a MySQL Root Password When Access Is Denied