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)
Can't connect MySQL Database over network
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="Wiedmann" data-source="post: 183815" data-attributes="member: 52725"><p>In other words:</p><p>- you have not set "bind-address"</p><p>- you have not set "skip-networking"</p><p>in your "my.cfg" (btw. in normal case this should be "my.cnf"?)</p><p></p><p>You can verify that MySQL is listening on all interfaces with "netstat -a -n".</p><p></p><p></p><p>You need only one user: "root@%" (Name: "root"; Host: "%")</p><p>If you have this user, you can/should delete all other users. (Don't edit the user table directly!. Use GRANT for adding users and DROP for deleting, or use the the MySQL Administrator tool)</p><p></p><p>If you don't have this user, you can add this user with:</p><p>[CODE]GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'secret' WITH GRANT OPTION;[/CODE]</p><p>(change 'secret' to your password)</p><p></p><p></p><p>Make sure a local firewall allows access to port 3306.</p></blockquote><p></p>
[QUOTE="Wiedmann, post: 183815, member: 52725"] In other words: - you have not set "bind-address" - you have not set "skip-networking" in your "my.cfg" (btw. in normal case this should be "my.cnf"?) You can verify that MySQL is listening on all interfaces with "netstat -a -n". You need only one user: "root@%" (Name: "root"; Host: "%") If you have this user, you can/should delete all other users. (Don't edit the user table directly!. Use GRANT for adding users and DROP for deleting, or use the the MySQL Administrator tool) If you don't have this user, you can add this user with: [CODE]GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'secret' WITH GRANT OPTION;[/CODE] (change 'secret' to your password) Make sure a local firewall allows access to port 3306. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Watch / Listen Media
Television (MyTV frontend and TV-Server)
Can't connect MySQL Database over network
Contact us
RSS
Top
Bottom