MySQL Forums
Forum List  »  MySQL Workbench

trouble connecting MySQL workbench to MySQL on my CentOS Server
Posted by: Bobby Ramirez
Date: December 21, 2016 11:40AM

I'm trying to configure the connection to an instance of MySQL on a CENTOS Linux server, and it times out. When I run netstat -tlnp this is what is see for MySQL

Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 2500/mysqld

I'm using the IP address of the server for the TCP connection and the port 3306. Since the Local address shown by the netstat is 0.0.0.0 is this why the connection is not working? If so how do i fix this?

Help...
Bobby

Options: ReplyQuote


Subject
Views
Written By
Posted
trouble connecting MySQL workbench to MySQL on my CentOS Server
874
December 21, 2016 11:40AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.