Kodi Community Forum
v18 problem following mysql update - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: v18 problem following mysql update (/showthread.php?tid=350887)

Pages: 1 2


RE: problem following mysql update - DarrenHill - 2020-01-14

Normally phpMyAdmin is just for setting up/inspecting/editing/removing databases. Once things are up and running, you just need the MariaDB server.


RE: problem following mysql update - Klojum - 2020-01-14

(2020-01-14, 21:41)zeze31 Wrote: I deleted all unnecessary users, I left only kodi% and root but no change.
Did you do 'flush privileges' as well ? Or a database restart?
Just asking. Smile


RE: problem following mysql update - black_eagle - 2020-01-15

Can you log into your NAS with SSH ?  If so, can you log into mariadb with mysql -u kodi -p and then inputting the password when it asks for it ?


RE: problem following mysql update - zeze31 - 2020-01-16

I'm not sure how, but it works.
Without going through mariaDB.
kodi created a new base in v5 I don't know where on the NAS, I import my old base and it works again via port 3306.
I must have mysql on my NAS, one in 3308 and another in 3306


RE: problem following mysql update - Klojum - 2020-01-17

Port 3306 is the default for MySQL servers. So either you changed it manually to 3308, or some other installation did that automagically.