This is my first post here so please bear with me.
I have a database on a remote server and a copy of that database on my local machine that I use for testing on my website. The local copy has become outdated so I attempted to update it with the SQL Export tool. Attached is the screenshot of the settings I had before hitting export. After hitting export I could no longer access the local database. The error I get when I try to run my application is ERR_CONNECTION_REFUSED and localhost refused to connect.
I am using visual studio to try and connect but I had made no changes on that side, the error only happened when I used the SQL export tool. Could I have get some guidance on this issue?