How do I allow remote access to mysql using xampp?
        Posted  
        
            by sprugman
        on Server Fault
        
        See other posts from Server Fault
        
            or by sprugman
        
        
        
        Published on 2009-08-11T15:37:27Z
        Indexed on 
            2010/04/29
            7:27 UTC
        
        
        Read the original article
        Hit count: 623
        
I'm using xampp and navicat to manage mysql on two dev machines (laptop & desktop). The laptop is my main machine, while the desktop acts as a local dev server for the group.
Connecting to mysql via localhost in navicat is working fine on the laptop. Is there a way (other than the http tunneling method) to allow access to the desktop from the laptop via navicat?
© Server Fault or respective owner