( azs | 2017. 12. 07., cs – 12:44 )

Semmi extra, csakis parancssor (ssh).

create database MyVideos CHARSET='UTF8';
grant all privileges on MyVideos.* to 'kodi'@'%' identified by 'kodi';
flush privileges;