Solved There should be an option to specify port for MySQL
#1
http://kodi.wiki/view/Advancedsettings.x...atabase.3E has this example

<videodatabase>
<type>mysql</type>
<host>192.168.0.10</host>
<name>kodi_video</name>
<user>kodi</user>
<pass>kodi</pass>
</videodatabase>


There seems to be no "port" option. Even though MySQL's default port is 3306 it can easily be changed - and some security advisors recommend that, actually. If I should use Kodi with MySQL I would set up a MySQL server instance only for this purpose in order not to inttrfere with what other MySQL/MariaDB servers I have (I have 8 currently, that I use professionally for application testing).
Reply
#2
There is here
Reply
#3
There's a port option listed on the advancedsettings.xml (wiki) page. It's in the description just above the examples.

EDIT: t4_ravenbird beat me to it :)
Reply

Logout Mark Read Team Forum Stats Members Help
There should be an option to specify port for MySQL0