home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Moving Pictures > 1.9.5.5 with Titan Skin Prevents MP Startup
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="ajs" data-source="post: 1299175" data-attributes="member: 68833"><p>Did you install MariaDB yourself? Or via Mediaportal Deploy Tools? But the decision is to allow access to the <strong>root </strong>user over the network or create a separate <strong>mediaportal </strong>user and give him permissions.</p><p></p><p>This</p><p>[CODE]CREATE USER 'root'@'%' IDENTIFIED BY 'MediaPortal';</p><p>GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION;</p><p>flush privileges[/CODE]</p><p></p><p>Or this</p><p>[CODE]CREATE USER 'mediaportal' IDENTIFIED BY 'mediaportal';</p><p>CREATE USER 'mediaportal' IDENTIFIED WITH mysql_native_password BY 'MediaPortal';</p><p>GRANT ALL ON *.* TO 'mediaportal';</p><p>flush privileges;[/CODE]</p><p></p><p>I could be wrong, but it seems so.</p></blockquote><p></p>
[QUOTE="ajs, post: 1299175, member: 68833"] Did you install MariaDB yourself? Or via Mediaportal Deploy Tools? But the decision is to allow access to the [B]root [/B]user over the network or create a separate [B]mediaportal [/B]user and give him permissions. This [CODE]CREATE USER 'root'@'%' IDENTIFIED BY 'MediaPortal'; GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION; flush privileges[/CODE] Or this [CODE]CREATE USER 'mediaportal' IDENTIFIED BY 'mediaportal'; CREATE USER 'mediaportal' IDENTIFIED WITH mysql_native_password BY 'MediaPortal'; GRANT ALL ON *.* TO 'mediaportal'; flush privileges;[/CODE] I could be wrong, but it seems so. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Moving Pictures > 1.9.5.5 with Titan Skin Prevents MP Startup
Contact us
RSS
Top
Bottom