| Summary: | Problems with database migration on remote host | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Kjetil Kjernsmo <kjetil> |
| Component: | Database-Mysql | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | metzpinguin |
| Priority: | NOR | ||
| Version First Reported In: | 5.9.0 | ||
| Target Milestone: | --- | ||
| Platform: | Debian stable | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 6.4.0 | |
| Sentry Crash Report: | |||
|
Description
Kjetil Kjernsmo
2019-08-31 21:35:25 UTC
Error messages: "QMYSQL: Unable to execute query" "Column count of mysql.proc is wrong. Expected 21, found 20. The table is probably corrupted" 1805 2 The error message is unique, your database table is corrupt. We will not be able to fix it. Create a new database. You can later try copying the database with the migration tool. Use a more recent digiKam version, currently is 6.2.0. Maik try, repair / upgrade your MySQL database with this command: mysql_upgrade -u root -p Maik Indeed, this was a pure database migration issue. I had to start from scratch, remove most of the backup that was related to the mysql database. It eventually worked, but was painful. You may close this if you wish. |