| Summary: | MariaSQL Migration | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Andy <zunar> |
| Component: | Database-Migration | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | wishlist | CC: | metzpinguin |
| Priority: | NOR | ||
| Version First Reported In: | 9.0.0 | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | Version Fixed/Implemented In: | 9.1.0 | |
| Sentry Crash Report: | |||
|
Description
Andy
2026-03-07 18:36:36 UTC
Not really, it's just a suggestion; there are many ways to access a MySQL server. The % sign is a wildcard for any connection. And it shouldn't be used for security reasons, though it might be okay for a home user. You could also use the IP address. Only use MySQL if you plan to use digiKam on multiple computers. SQLite on an SSD is faster, fully supports UTF-8, etc., and is easier for the user to manage. A NAS is not often a good MySQL server because it performs resource management and allocates limited storage and performance to services. Maik I also tried using the IP address. That didn't work either. I only managed to access the database successfully using %. I'm aware of the speed reduction. The local SQLite database is really very fast. The migration is also very slow. I hope it will be finished by tomorrow morning. 96,000 files Andy If the migration takes this long, something is wrong with your configuration. Maik Everything's fine :-) I've already tried so many settings to speed up the MySQL server. I haven't found any good settings from other users online yet. Maybe I'll still find the perfect combination. Oh look! The % symbol for the remote MySQL server is also mentioned in the "docs.digikam.org". Andy |