XBMC wont connect to MySQL database after upgrade to Frodo v12.1
#1
Question 
I've recently uprgaded to Frodo (iPad) and installed it on my mac. I have a media Library on a seperate Ubuntu machine which has MySQL running on it.

After upgrading I'm no longer able to connect to the MySQL library on my mac or iPad. In my xbmc.log I'm getting the following errors:


I'm abale to see and watch files on the linux machine through my mac using XBMC so it seems Samba is working correctly and I'm able to connect to the linux machine. I'm also able to login to the MySQL database through phpmyadmin from my mac to my linux machine using the password details in my advancedsettings.xml.

Can't seem to work out where the missing link is here.
RaspberryPi 3 (Main Media Centr): OSMC 2016.10-1
Mac Mini (Main Media Centre): OS X 10.11.6, Kodi 16.1 Jarvis
Mac Pro: OS X 10.11.6, Kodi 16.1 Jarvis
Reply
#2
Can you get us a full debug log (wiki) with debugging enabled? Just post it on a site like http://xbmclogs.com and post a link to this thread.
Reply
#3
(2013-03-25, 08:33)Ned Scott Wrote: Can you get us a full debug log (wiki) with debugging enabled? Just post it on a site like http://xbmclogs.com and post a link to this thread.

Sure thing... here's the full DEBUG log. http://xbmclogs.com/show.php?id=6894


Thank you!
RaspberryPi 3 (Main Media Centr): OSMC 2016.10-1
Mac Mini (Main Media Centre): OS X 10.11.6, Kodi 16.1 Jarvis
Mac Pro: OS X 10.11.6, Kodi 16.1 Jarvis
Reply
#4
That log has debugging disabled. You can see because
Code:
20:20:05 T:140735254450560  NOTICE: Disabled debug logging due to GUI setting. Level 0.
20:20:05 T:140735254450560  NOTICE: Log level changed to 0

and there are no messages that start with DEBUG:
Reply
#5
(2013-03-25, 09:58)Kibje Wrote: That log has debugging disabled. You can see because
Code:
20:20:05 T:140735254450560  NOTICE: Disabled debug logging due to GUI setting. Level 0.
20:20:05 T:140735254450560  NOTICE: Log level changed to 0

and there are no messages that start with DEBUG:

Apologies I'd sworn I'd set the log to Debug through Settings in XBMC. I'll set it again this evening and post the resulting log file!
RaspberryPi 3 (Main Media Centr): OSMC 2016.10-1
Mac Mini (Main Media Centre): OS X 10.11.6, Kodi 16.1 Jarvis
Mac Pro: OS X 10.11.6, Kodi 16.1 Jarvis
Reply
#6
(2013-03-25, 09:58)Kibje Wrote: That log has debugging disabled. You can see because
Code:
20:20:05 T:140735254450560  NOTICE: Disabled debug logging due to GUI setting. Level 0.
20:20:05 T:140735254450560  NOTICE: Log level changed to 0

and there are no messages that start with DEBUG:

Here we go this now has DEBUG: messages...

http://xbmclogs.com/show.php?id=7049
RaspberryPi 3 (Main Media Centr): OSMC 2016.10-1
Mac Mini (Main Media Centre): OS X 10.11.6, Kodi 16.1 Jarvis
Mac Pro: OS X 10.11.6, Kodi 16.1 Jarvis
Reply
#7
*BUMP*
RaspberryPi 3 (Main Media Centr): OSMC 2016.10-1
Mac Mini (Main Media Centre): OS X 10.11.6, Kodi 16.1 Jarvis
Mac Pro: OS X 10.11.6, Kodi 16.1 Jarvis
Reply
#8
you say you are able to connect through phpmyadmin, but are you also able to connect directly to that port ? Maybe access to that port got blocked.

EDIT: Are you 100% sure that user is allowed to CREATE new databases / tables ?
see http://wiki.xbmc.org/index.php?title=HOW...he_library
Reply
#9
(2013-03-28, 19:53)Kibje Wrote: you say you are able to connect through phpmyadmin, but are you also able to connect directly to that port ? Maybe access to that port got blocked.

EDIT: Are you 100% sure that user is allowed to CREATE new databases / tables ?
see http://wiki.xbmc.org/index.php?title=HOW...he_library

I've deactivated my firewall on the machine running MySQL and tried connecting but still getting the same errors on the debug log.

Code:
22:23:19 T:140735278743936  NOTICE: Loaded playercorefactory configuration
22:23:19 T:140735278743936  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
22:23:19 T:140735278743936  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
22:23:19 T:140735278743936  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
22:23:19 T:140735278743936  NOTICE: Loaded settings file from special://profile/advancedsettings.xml
22:23:19 T:140735278743936  NOTICE: Contents of special://profile/advancedsettings.xml are...
                                            <advancedsettings>
                                              <videodatabase>
                                                <type>mysql</type>
                                                <host>192.168.0.5</host>
                                                <port>3306</port>
                                                <user>xbmc</user>
                                                <pass>jq8%fWBY5S!3HCt4M4</pass>
                                              </videodatabase>
                                              <musicdatabase>
                                                <type>mysql</type>
                                                <host>192.168.0.5</host>
                                                <port>3306</port>
                                                <user>xbmc</user>
                                                <pass>jq8%fWBY5S!3HCt4M4</pass>
                                              </musicdatabase>
                                            </advancedsettings>
22:23:19 T:140735278743936 WARNING: VIDEO database configuration is experimental.
22:23:19 T:140735278743936  NOTICE: Getting hardware information now...
22:23:19 T:140735278743936  NOTICE: Default DVD Player: dvdplayer
22:23:19 T:140735278743936  NOTICE: Default Video Player: dvdplayer
22:23:19 T:140735278743936  NOTICE: Default Audio Player: paplayer
22:23:19 T:140735278743936  NOTICE: Enabled debug logging due to GUI setting (2)
22:23:19 T:140735278743936  NOTICE: Log level changed to 2
22:23:19 T:140735278743936  NOTICE: Loading media sources from special://masterprofile/sources.xml
22:23:19 T:140735278743936    INFO: creating subdirectories
22:23:19 T:140735278743936    INFO: userdata folder: special://masterprofile/
22:23:19 T:140735278743936    INFO: recording folder:
22:23:19 T:140735278743936    INFO: screenshots folder:
22:23:19 T:140735278743936    INFO: thumbnails folder: special://masterprofile/Thumbnails
22:23:19 T:140735278743936    INFO: load language info file: special://xbmc/language/English/langinfo.xml
22:23:19 T:140735278743936   DEBUG: trying to set locale to en_AU.UTF-8
22:23:19 T:140735278743936    INFO: global locale set to en_AU.UTF-8
22:23:19 T:140735278743936    INFO: load English language file, from path: special://xbmc/language/
22:23:19 T:140735278743936   DEBUG: POParser: loaded 2686 strings from file /Applications/XBMC.app/Contents/Resources/XBMC/language/English/strings.po
22:23:19 T:140735278743936   DEBUG: CCoreAudioHardware::FindAudioDevice: Returning default device [0x003e].
22:23:19 T:140735278743936   ERROR: CCoreAudioDevice::SupportsMixing: Device mixing support : 'No'.
22:23:19 T:140735278743936   DEBUG: CCoreAudioGraph::CreateMixMap: Source Stream Layout: [Left] [Right] [LFE]
22:23:19 T:140735278743936   DEBUG: CCoreAudioGraph::CreateMixMap: User-Configured Speaker Layout: [Left] [Right] [LFE]
22:23:19 T:140735278743936   DEBUG: CCoreAudioGraph::CreateMixMap: Output Device Layout: [Unknown] [Unknown]
22:23:19 T:140735278743936   DEBUG: CCoreAudioMixMap::CreateMap: Unable to locate pre-defined mixing matrix
22:23:19 T:140735278743936   DEBUG: CCoreAudioGraph::Open: Mixer Output Format: 3 channels, 44.1 kHz, 32 bits, 4 bytes per frame
22:23:19 T:140735278743936   DEBUG: CCoreAudioGraph::Open: audioUnit, Input Stream Format  [lpcm] Mixable Non-Interleaved 3 Channel 32-bit Floating Point LE (44100Hz)
22:23:19 T:140735278743936   DEBUG: CCoreAudioGraph::Open: audioUnit, Output Stream Format [lpcm] Mixable Non-Interleaved 2 Channel 32-bit Floating Point LE (44100Hz)
22:23:19 T:140735278743936   DEBUG: CCoreAudioGraph::Open: mixerUnit, Input Stream Format  [lpcm] Mixable Non-Interleaved 3 Channel 32-bit Floating Point LE (44100Hz)
22:23:19 T:140735278743936   DEBUG: CCoreAudioGraph::Open: mixerUnit, Output Stream Format [lpcm] Mixable Non-Interleaved 3 Channel 32-bit Floating Point LE (44100Hz)
22:23:19 T:140735278743936   DEBUG: CCoreAudioGraph::Open: inputUnit, Input Stream Format  [lpcm] Mixable Interleaved 3 Channel 32-bit Floating Point LE (44100Hz)
22:23:19 T:140735278743936   DEBUG: CCoreAudioGraph::Open: inputUnit, Output Stream Format [lpcm] Mixable Non-Interleaved 3 Channel 32-bit Floating Point LE (44100Hz)
22:23:19 T:140735278743936    INFO: CCoreAudioAE::Initialize:
22:23:19 T:140735278743936    INFO:   Output Device : default
22:23:19 T:140735278743936    INFO:   Sample Rate   : 44100
22:23:19 T:140735278743936    INFO:   Sample Format : AE_FMT_FLOAT
22:23:19 T:140735278743936    INFO:   Channel Count : 3
22:23:19 T:140735278743936    INFO:   Channel Layout: FL,FR,LFE
22:23:19 T:140735278743936    INFO:   Frame Size    : 12
22:23:19 T:140735278743936    INFO:   Volume Level  : 1.000000
22:23:19 T:140735278743936    INFO:   Passthrough   : 0
22:23:19 T:140735278743936  NOTICE: Running database version Addons15
22:23:19 T:140735278743936   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/libcpluff-x86-osx.so)
22:23:19 T:140735278743936   DEBUG: Loading: /Applications/XBMC.app/Contents/Resources/XBMC/system/libcpluff-x86-osx.so
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in xbmc.json has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.fanart.tv has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in repository.xbmc.org has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.euphoria has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in pvr.vdr.vnsi has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in pvr.argustv has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in script.playlists has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in repository.pvr-osx32.xbmc.org has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in pvr.mediaportal.tvserver has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in visualization.projectm has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in weather.wunderground has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in script.module.simplejson has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in script.favourites has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in repository.pvr-ios.xbmc.org has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in skin.confluence has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in script.playalbum has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in script.globalsearch has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in visualization.glspectrum has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in script.randomandlastitems has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in visualization.milkdrop has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in script.module.pil has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.amazon.de has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in service.skin.widgets has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in script.common.plugin.cache has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in visualization.dxspectrum has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in pvr.vuplus has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in metadata.musicvideos.theaudiodb.com has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.solarwinds has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in pvr.demo has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in script.artistslideshow has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in script.artwork.downloader has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in xbmc.pvr has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in pvr.njoy has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in pvr.nextpvr has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in repository.pvr-android.xbmc.org has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in skin.aeon.nox has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in metadata.album.universal has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in repository.pvr-win32.xbmc.org has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in pvr.dvbviewer has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in repository.pvr-osx64.xbmc.org has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in pvr.mythtv.cmyth has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.musicbrainz.org has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.last.fm has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.theaudiodb.com has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.universal has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in xbmc.python has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in script.tv.show.next.aired has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.imdb.com has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in script.module.elementtree has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in xbmc.addon has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in visualization.waveform has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.plasma has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in pvr.hts has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in script.module.pysqlite has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.hdtrailers.net has been installed.'
22:23:19 T:140735278743936   DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
22:23:19 T:140735278743936   DEBUG: LoadMappings - loaded node "Motorola Nyxboard Hybrid"
22:23:19 T:140735278743936   DEBUG: LoadMappings - loaded node "CEC Adapter"
22:23:19 T:140735278743936   DEBUG: LoadMappings - loaded node "Pulse-Eight CEC Adapter"
22:23:19 T:140735278743936   DEBUG: LoadMappings - loaded node "iMON HID device"
22:23:19 T:140735278743936   DEBUG: USB Device Attach:Apple Optical USB Mouse, 437522432
22:23:19 T:140735278743936   DEBUG: USB Device Attach:Apple Keyboard, 437526528
22:23:19 T:140735278743936   DEBUG: SECTION:LoadDLL(libcec.2.dylib)
22:23:19 T:140735278743936   DEBUG: Loading: /Applications/XBMC.app/Contents/Frameworks/libcec.2.dylib
22:23:19 T:4434620416  NOTICE: Thread XBMC Peripherals start, auto delete: false
22:23:19 T:140735278743936  NOTICE: Setup SDL
22:23:19 T:140735278743936  NOTICE: Display 0 has name DELL ST2410
22:23:19 T:140735278743936  NOTICE: Found possible resolution for display 0 with 1920 x 1080 @ 60.000015 Hz
22:23:19 T:140735278743936  NOTICE: Found possible resolution for display 0 with 1280 x 1024 @ 75.000015 Hz
22:23:19 T:140735278743936  NOTICE: Found possible resolution for display 0 with 1024 x 768 @ 75.000015 Hz
22:23:19 T:140735278743936  NOTICE: Found possible resolution for display 0 with 1024 x 768 @ 60.000015 Hz
22:23:19 T:140735278743936  NOTICE: Found possible resolution for display 0 with 800 x 600 @ 75.000015 Hz
22:23:19 T:140735278743936  NOTICE: Found possible resolution for display 0 with 800 x 600 @ 60.250015 Hz
22:23:19 T:140735278743936  NOTICE: Found possible resolution for display 0 with 640 x 480 @ 75.000015 Hz
22:23:19 T:140735278743936  NOTICE: Found possible resolution for display 0 with 640 x 480 @ 59.875015 Hz
22:23:19 T:140735278743936  NOTICE: Found possible resolution for display 0 with 1280 x 1024 @ 60.000015 Hz
22:23:19 T:140735278743936  NOTICE: Found possible resolution for display 0 with 1920 x 1080 @ 60.000015 Hz
22:23:19 T:140735278743936  NOTICE: Found possible resolution for display 0 with 1024 x 576 @ 60.000015 Hz
22:23:19 T:140735278743936  NOTICE: Found possible resolution for display 0 with 1344 x 1008 @ 60.000015 Hz
22:23:19 T:140735278743936  NOTICE: Found possible resolution for display 0 with 1600 x 900 @ 60.000015 Hz
22:23:19 T:140735278743936  NOTICE: Checking resolution 15
22:23:19 T:140735278743936  NOTICE: GL_VENDOR = NVIDIA Corporation
22:23:19 T:140735278743936  NOTICE: GL_RENDERER = NVIDIA GeForce GTX 660 Ti OpenGL Engine
22:23:19 T:140735278743936  NOTICE: GL_VERSION = 2.1 NVIDIA-8.10.44 304.10.65f03
22:23:19 T:140735278743936  NOTICE: GL_SHADING_LANGUAGE_VERSION = 1.20
22:23:19 T:140735278743936  NOTICE: GL_EXTENSIONS = GL_ARB_color_buffer_float GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_draw_buffers GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging GL_ARB_instanced_arrays GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_provoking_vertex GL_ARB_seamless_cube_map GL_ARB_shader_objects GL_ARB_shader_texture_lod GL_ARB_shading_language_100 GL_ARB_shadow GL_ARB_sync GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_float GL_ARB_texture_mirrored_repeat GL_ARB_texture_non_power_of_two GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_transpose_matrix GL_ARB_vertex_array_bgra GL_ARB_vertex_blend GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_window_pos GL_EXT_abgr GL_EXT_bgra GL_EXT_bindable_uniform GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_clip_volume_hint GL_EXT_depth_bounds_test GL_EXT_draw_buffers2 GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_provoking_vertex GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture_array GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_s3tc GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic GL_EXT_texture_integer GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_rectangle GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB GL_EXT_texture_sRGB_decode GL_EXT_timer_query GL_EXT_transform_feedback GL_EXT_vertex_array_bgra GL_APPLE_aux_depth_stencil GL_APPLE_client_storage GL_APPLE_element_array GL_APPLE_fence GL_APPLE_float_pixels GL_APPLE_flush_buffer_range GL_APPLE_flush_render GL_APPLE_object_purgeable GL_APPLE_packed_pixels GL_APPLE_pixel_buffer GL_APPLE_rgb_422 GL_APPLE_row_bytes GL_APPLE_specular_vector GL_APPLE_texture_range GL_APPLE_transform_hint GL_APPLE_vertex_array_object GL_APPLE_vertex_array_range GL_APPLE_vertex_point_size GL_APPLE_vertex_program_evaluators GL_APPLE_ycbcr_422 GL_ATI_separate_stencil GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_ATI_texture_mirror_once GL_IBM_rasterpos_clip GL_NV_blend_square GL_NV_conditional_render GL_NV_depth_clamp GL_NV_fog_distance GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_light_max_exponent GL_NV_multisample_filter_hint GL_NV_point_sprite GL_NV_texgen_reflection GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_SGIS_generate_mipmap GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod
22:23:19 T:140735278743936    INFO: GL: Maximum texture width: 16384
22:23:19 T:140735278743936   DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
22:23:19 T:140735278743936    INFO: load default splash image: /Applications/XBMC.app/Contents/Resources/XBMC/media/Splash.png
22:23:19 T:140735278743936   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/ImageLib-x86-osx.so)
22:23:19 T:140735278743936   DEBUG: Loading: /Applications/XBMC.app/Contents/Resources/XBMC/system/ImageLib-x86-osx.so
22:23:19 T:140735278743936    INFO: load keymapping
22:23:19 T:140735278743936    INFO: Loading special://xbmc/system/keymaps/appcommand.xml
22:23:19 T:140735278743936    INFO: Loading special://xbmc/system/keymaps/gamepad.xml
22:23:19 T:140735278743936    INFO: Loading special://xbmc/system/keymaps/joystick.Alienware.Dual.Compatible.Controller.xml
22:23:19 T:140735278743936    INFO: Loading special://xbmc/system/keymaps/joystick.AppleRemote.xml
22:23:19 T:140735278743936    INFO: Loading special://xbmc/system/keymaps/joystick.Harmony.xml
22:23:19 T:140735278743936    INFO: Loading special://xbmc/system/keymaps/joystick.Interact.AxisPad.xml
22:23:19 T:140735278743936    INFO: Loading special://xbmc/system/keymaps/joystick.Logitech.RumblePad.2.xml
22:23:19 T:140735278743936    INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.360.Controller.xml
22:23:19 T:140735278743936    INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.Controller.S.xml
22:23:19 T:140735278743936    INFO: Loading special://xbmc/system/keymaps/joystick.PS3.Remote.Keyboard.xml
22:23:19 T:140735278743936    INFO: Loading special://xbmc/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml
22:23:19 T:140735278743936    INFO: Loading special://xbmc/system/keymaps/joystick.WiiRemote.xml
22:23:19 T:140735278743936    INFO: Loading special://xbmc/system/keymaps/keyboard.xml
22:23:19 T:140735278743936    INFO: Loading special://xbmc/system/keymaps/mouse.xml
22:23:19 T:140735278743936    INFO: Loading special://xbmc/system/keymaps/remote.xml
22:23:19 T:140735278743936    INFO: GUI format 1213x658, Display Windowed
22:23:19 T:140735278743936   DEBUG: guilib: Fill viewport on change for solving rendering passes
22:23:19 T:140735278743936   DEBUG: SECTION:LoadDLL(libcurl.4.dylib)
22:23:19 T:140735278743936   DEBUG: Loading: /Applications/XBMC.app/Contents/Frameworks/libcurl.4.dylib
22:23:19 T:140735278743936  NOTICE: Running database version Addons15
22:23:19 T:140735278743936   DEBUG: Initialize, updating databases...
22:23:19 T:140735278743936  NOTICE: Running database version ViewModes4
22:23:19 T:140735278743936  NOTICE: Running database version Textures13
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic32 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic31 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic30 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic29 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic28 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic27 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic26 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic25 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic24 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic23 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic22 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic21 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic20 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic19 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic18 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic17 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic16 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic15 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic14 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic13 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic12 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic11 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic10 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic9 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic8 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic7 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic6 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic5 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic4 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic3 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic2 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic1 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyMusic32 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to create new database
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos75 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos74 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos73 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos72 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos71 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos70 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos69 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos68 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos67 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos66 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos65 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos64 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos63 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos62 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos61 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos60 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos59 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos58 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos57 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos56 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos55 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos54 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos53 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos52 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos51 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos50 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos49 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos48 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos47 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos46 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos45 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos44 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos43 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos42 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos41 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos40 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos39 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos38 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos37 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos36 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos35 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos34 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos33 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos32 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos31 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos30 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos29 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos28 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos27 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos26 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos25 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos24 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos23 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos22 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos21 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos20 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos19 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos18 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos17 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos16 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos15 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos14 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos13 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos12 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos11 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos10 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos9 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos8 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos7 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos6 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos5 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos4 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos3 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos2 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos1 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to open database: MyVideos75 [2003](Can't connect to MySQL server on '192.168.0.5' (61))
22:23:19 T:140735278743936   ERROR: Unable to create new database
22:23:19 T:140735278743936  NOTICE: Running database version TV22
22:23:19 T:140735278743936  NOTICE: Running database version Epg7
22:23:19 T:140735278743936   DEBUG: Initialize, updating databases... DONE
22:23:19 T:140735278743936  NOTICE: start dvd mediatype detection
22:23:19 T:140735278743936  NOTICE: initializing playlistplayer


I've also tried reapplying to correct privileges to the xbmc user in mysql using the following command and still the same error of unable to connect to database is occurring.


Code:
GRANT ALL ON *.* TO 'xbmc';

Driving me nuts as I got it working first time a year ago.
RaspberryPi 3 (Main Media Centr): OSMC 2016.10-1
Mac Mini (Main Media Centre): OS X 10.11.6, Kodi 16.1 Jarvis
Mac Pro: OS X 10.11.6, Kodi 16.1 Jarvis
Reply
#10
*BUMP*
RaspberryPi 3 (Main Media Centr): OSMC 2016.10-1
Mac Mini (Main Media Centre): OS X 10.11.6, Kodi 16.1 Jarvis
Mac Pro: OS X 10.11.6, Kodi 16.1 Jarvis
Reply
#11
Finally managed to find a solution to the problem over at this thread.

http://forum.xbmc.org/showthread.php?tid=114345

Turns out that I needed to change the bind address in my /etc/mysql/my.cnf to be 0.0.0.0 and not 127.0.0.1. Doing so allowed other hosts apart from the localhost to access the mysql server.

For now everything looks like it's working correctly.
RaspberryPi 3 (Main Media Centr): OSMC 2016.10-1
Mac Mini (Main Media Centre): OS X 10.11.6, Kodi 16.1 Jarvis
Mac Pro: OS X 10.11.6, Kodi 16.1 Jarvis
Reply
#12
I have four raspberry pi OSMC units. two are a Pi and two are a Pi 2. I am using MySQL and have them all configured with the same advancedsettings.xml file. One of the Pi 2 units cannot connect to the database.I am using the same version of OSMC for all of the units and the same version of Kodi. Does anyone have any ideas why I have connection errors to the database?

Here is some of the log:
Reply
#13
never, ever post huge logs on our forum. Use pastebin.com or something
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#14
I have four raspberry pi OSMC units. two are a Pi and two are a Pi 2. I am using MySQL and have them all configured with the same advancedsettings.xml file. One of the Pi 2 units cannot connect to the database.I am using the same version of OSMC for all of the units and the same version of Kodi. Does anyone have any ideas why I have connection errors to the database?

Here is some of the log:

http://pastebin.com/qkmM0yiT
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC wont connect to MySQL database after upgrade to Frodo v12.10