remotely access ispconfig mysql

Discussion in 'General' started by Lewis, Oct 4, 2023.

  1. Lewis

    Lewis New Member

    hello all,
    i'm new to ispconfig, i want to access mysql remotely.
    created account, gave privileges, i can login locally, but not remotely.

    Code:
    netstat -tap | grep mysqlf
    tcp        0      0 0.0.0.0:mysql           0.0.0.0:*               LISTEN      11382/mysqld     
     
  2. Lewis

    Lewis New Member

    when i try to connect from another computer, stays still and timeouts after 2-3 minutes..

    Code:
    # ufw status
    Status: inactive
    
    Code:
    # iptables -L
    Chain INPUT (policy ACCEPT)
    target     prot opt source               destination         
    
    Chain FORWARD (policy ACCEPT)
    target     prot opt source               destination         
    
    Chain OUTPUT (policy ACCEPT)
    target     prot opt source               destination         
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    If MySQL is listening on all interfaces and there is no local firewall, then you most likely have an external firewall or router in front of the server that blocks the connection.
     
    ahrasis likes this.

Share This Page