2022-01-21, 22:13
Due to upcoming version obsolescence, I need to migrate my current working Kodi 18.9.0 database from MariaDB 5 to MariaDB 10, both of them on my Synology NAS. The database is accessed from various locations and devices on our home network, and works fine.
Synology have a nice simple 'how-to' guide (https://kb.synology.com/en-global/DSM/tu..._MariaDB10) which looked too good to be true. Unfortunately, it was.
I was able to Export all my existing databases to a file using phpMyAdmin. I also exported the Kodi databases individually to Kodi_video116.sql etc. However, importing that big file or the individual database files into MariaDB 10 fails, for example:
SQL query:
Any ideas what might be causing this? Do I have do adjust some settings in phpMyAdmin when either exporting or importing a Kodi database? (I just used the default settings as suggested by Synology)
Andre
Synology have a nice simple 'how-to' guide (https://kb.synology.com/en-global/DSM/tu..._MariaDB10) which looked too good to be true. Unfortunately, it was.
I was able to Export all my existing databases to a file using phpMyAdmin. I also exported the Kodi databases individually to Kodi_video116.sql etc. However, importing that big file or the individual database files into MariaDB 10 fails, for example:
SQL query:
MySQL said: #1046 - No database selectedsql:-- Database: `Kodi_video116`
--
-- -------------------------------------------------------
--
-- Table structure for table `actor`
--
CREATE TABLE `actor` (
actor_id` int(11) NOT NULL,
`name` text,
`art_urls` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8
Any ideas what might be causing this? Do I have do adjust some settings in phpMyAdmin when either exporting or importing a Kodi database? (I just used the default settings as suggested by Synology)
Andre