[PR #172] [MERGED] Getting Started: Improve MariaDB troubleshooting guide - passwords #179

Closed
opened 2026-03-02 16:48:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/photoprism/photoprism-docs/pull/172
Author: @grooverdan
Created: 12/1/2023
Status: Merged
Merged: 1/12/2024
Merged by: @lastzero

Base: masterHead: patch-2


📝 Commits (1)

  • 5488f10 Getting Started: Improve MariaDB troubleshooting guide - passwords

📊 Changes

1 file changed (+2 additions, -4 deletions)

View changed files

📝 docs/getting-started/troubleshooting/mariadb.md (+2 -4)

📄 Description

mysqld isn't needed as part of command (and won't work from 11.0+).

Updating mysql.user cannot be done in 10.4+, was never a real mechanism, and from 10.4+ plugin authentication and passwords where accepted.

Setting password with ALTER USER (or SET PASSWORD) is all that is required.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/photoprism/photoprism-docs/pull/172 **Author:** [@grooverdan](https://github.com/grooverdan) **Created:** 12/1/2023 **Status:** ✅ Merged **Merged:** 1/12/2024 **Merged by:** [@lastzero](https://github.com/lastzero) **Base:** `master` ← **Head:** `patch-2` --- ### 📝 Commits (1) - [`5488f10`](https://github.com/photoprism/photoprism-docs/commit/5488f10ec004ce6601d024b30e35e7aa5efc8a3d) Getting Started: Improve MariaDB troubleshooting guide - passwords ### 📊 Changes **1 file changed** (+2 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `docs/getting-started/troubleshooting/mariadb.md` (+2 -4) </details> ### 📄 Description mysqld isn't needed as part of command (and won't work from 11.0+). Updating mysql.user cannot be done in 10.4+, was never a real mechanism, and from 10.4+ plugin authentication and passwords where accepted. Setting password with ALTER USER (or SET PASSWORD) is all that is required. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 16:48:07 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/photoprism-docs#179
No description provided.