Bug 427079 - Error "internal server is not used and is not active"
Summary: Error "internal server is not used and is not active"
Status: RESOLVED WORKSFORME
Alias: None
Product: digikam
Classification: Applications
Component: Database-Mysql (show other bugs)
Version: 7.1.0
Platform: Other Other
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-28 16:22 UTC by Samuel
Modified: 2020-09-30 19:42 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 7.2.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Samuel 2020-09-28 16:22:23 UTC
SUMMARY

I am trying to migrate my current SQLLite to MySQL Internal Server. I selected that option, and it told me to install MariaDB. Which I did. It then told me to find the two files (mysqlinstall.exe and mysqld.exe) which I did and got the two checkmarks. Then I clicked "Migrtate -->" and I got the error "internal server is not used and is not active".

I read through https://docs.kde.org/trunk5/en/extragear-graphics/digikam/using-setup.html and it doesn't say any specific steps that I should have done otherwise. Nor can I find that error anywhere else on the forum

Any help?


SOFTWARE/OS VERSIONS
Windows: 10
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Maik Qualmann 2020-09-28 19:16:20 UTC
The internal MySQL server is a special case. Iit cannot be set up in the migration tool because it must already be running. DigiKam can only manage one internal server.

1. You go to digiKam setup and set up the internal MySQL server, specify the folder, etc.
2. You will be asked for a collection, enter an empty folder.
3. If everything works, you will now see an empty digiKam view.
4. Start the migration tool, enter your folder with the SQLite DB, select the internal server on the right. Everything should work now. Restart digiKam, everything should be there as with SQLite.

Maik