2017-12-07, 03:39
Hi guys...
I'm trying to install Kodi (17.6) from scratch and have it use a MySQL server installed and configured on a raspberry pi 3 running raspbian stretch, also from scratch.
I installed Raspbian and then installed the MySQL server using the instructions here. I then installed Kodi on a Windows 10 machine, ran it to create the userdata folder, then closed it and added the advancedsettings.xml file with the following text, where 192.168.1.200 is the static IP of the raspberry pi:
When I run Kodi again it just frreezes and then stops responding. In kodi.log I can see the following error: 'ERROR: Unable to open database: MyMusic60 [1049](Unknown database 'MyMusic60')'. In the MySQL server, running 'Show Databases;' shows the following databases:
MariaDB [(none)]> Show Databases;
+--------------------+
| Database |
+--------------------+
| MyMusic60 |
| information_schema |
| mysql |
| performance_schema |
+--------------------+
4 rows in set (0.00 sec)
Can anyone please help me? Thanks in advance.
Complete kodi.log:
@Karellen- Log removed
I'm trying to install Kodi (17.6) from scratch and have it use a MySQL server installed and configured on a raspberry pi 3 running raspbian stretch, also from scratch.
I installed Raspbian and then installed the MySQL server using the instructions here. I then installed Kodi on a Windows 10 machine, ran it to create the userdata folder, then closed it and added the advancedsettings.xml file with the following text, where 192.168.1.200 is the static IP of the raspberry pi:
xml:<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>192.168.1.200</host>
<port>3306</port>
<user>kodi</user>
<pass>kodi</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.1.200</host>
<port>3306</port>
<user>kodi</user>
<pass>kodi</pass>
</musicdatabase>
<videolibrary>
<importwatchedstate>true</importwatchedstate>
<importresumepoint>true</importresumepoint>
</videolibrary>
</advancedsettings>
When I run Kodi again it just frreezes and then stops responding. In kodi.log I can see the following error: 'ERROR: Unable to open database: MyMusic60 [1049](Unknown database 'MyMusic60')'. In the MySQL server, running 'Show Databases;' shows the following databases:
MariaDB [(none)]> Show Databases;
+--------------------+
| Database |
+--------------------+
| MyMusic60 |
| information_schema |
| mysql |
| performance_schema |
+--------------------+
4 rows in set (0.00 sec)
Can anyone please help me? Thanks in advance.
Complete kodi.log:
@Karellen- Log removed