mirror of
https://github.com/photoprism/photoprism-docs.git
synced 2026-04-25 18:55:58 +03:00
[PR #172] [MERGED] Getting Started: Improve MariaDB troubleshooting guide - passwords #179
Labels
No labels
bug
docs 📚
done
enhancement
enhancement
help wanted
idea
low-priority
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/photoprism-docs#179
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:patch-2📝 Commits (1)
5488f10Getting 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.