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
Support
Watch / Listen Media
Television (MyTV frontend and TV-Server)
Cannot Configure TV-Server after clean RC2 install
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="DugieHowsa" data-source="post: 286934" data-attributes="member: 68645"><p>Found a fix, but I guess this is a bug in the install. I will file one formally.</p><p></p><p><a href="https://forum.team-mediaportal.com/improvement-suggestions-92/mediaportal-silent-installations-38850/" target="_blank">https://forum.team-mediaportal.com/improvement-suggestions-92/mediaportal-silent-installations-38850/</a></p><p></p><p>To perform this action, one needs to open a command prompt and browse to the MySQL bin directory. Once there, enter the following commands:</p><p></p><p>mysql -u root</p><p>UPDATE mysql.user SET Password = PASSWORD('mediaportal') WHERE User = 'root';</p><p>GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'mediaportal';</p><p>FLUSH PRIVILEGES;</p><p>exit</p><p></p><p>Then, restart the MySQL server from the command prompt so the new settings can take affect:</p><p></p><p></p><p>net stop mysql</p><p>net start mysql</p><p></p><p>Now, this is good because now I can run the TV Server Config utility, but I am sure this is not the most secure or optimal configuration. I am a novice when it comes to database administration, so I will leave the "tightening up" of this to some one more experienced.</p></blockquote><p></p>
[QUOTE="DugieHowsa, post: 286934, member: 68645"] Found a fix, but I guess this is a bug in the install. I will file one formally. [url]https://forum.team-mediaportal.com/improvement-suggestions-92/mediaportal-silent-installations-38850/[/url] To perform this action, one needs to open a command prompt and browse to the MySQL bin directory. Once there, enter the following commands: mysql -u root UPDATE mysql.user SET Password = PASSWORD('mediaportal') WHERE User = 'root'; GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'mediaportal'; FLUSH PRIVILEGES; exit Then, restart the MySQL server from the command prompt so the new settings can take affect: net stop mysql net start mysql Now, this is good because now I can run the TV Server Config utility, but I am sure this is not the most secure or optimal configuration. I am a novice when it comes to database administration, so I will leave the "tightening up" of this to some one more experienced. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Watch / Listen Media
Television (MyTV frontend and TV-Server)
Cannot Configure TV-Server after clean RC2 install
Contact us
RSS
Top
Bottom