Posts by Thiago • 26 points
2 posts
- 
		1 votes2 answers2170 viewsA: Docker mysql Error: Connection refusedIsn’t the default Mysql port 3306 instead of 3360? I don’t know if this image contains any changes to be using another. Connection refused message indicates that you were able to find the host, so… 
- 
		0 votes2 answers124 viewsA: Error while trying to display error/success messages and page continues to reload with ajaxTry changing the button type to "button". The type "Submit" causes the browser to run the form, which in turn should cancel the request made in Ajax.…