dobledosis Posted October 21, 2011 Share Posted October 21, 2011 Im trying to connect TCA2 to MySQL. I get the following error: Can't connect to MySQL server on 'localhost' (10061): No such host is known If i run netstat i get the port 3306 open in ipv6 "[::]" and 0.0.0.0 but it's not open in ipv4 "127.0.0.1" Link to comment Share on other sites More sharing options...
LFA Posted October 21, 2011 Share Posted October 21, 2011 Try using localhost or the server's name. To get the server's name open a command prompt and execute: echo %computername% Link to comment Share on other sites More sharing options...
dobledosis Posted October 22, 2011 Author Share Posted October 22, 2011 Solved, mysql was using por 13306, i tried localhost:13306 but it didn't work. I had to change it back to default. Thanks. Link to comment Share on other sites More sharing options...
LFA Posted October 23, 2011 Share Posted October 23, 2011 To use a custom port you need to add this in additional parameters: Port=13306; Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now