I've successfully changed my MySQL port from 3306 to 3400 and it works great on the workbench. However, I want to change the default port when I run npm script as well as it still runs on 3306, how will I change its default port.
The idea is I want to have an isolated port when I work on both Laragon (which should run on 3306) and MySQL port: 3400 (when I run npm on my VS Code and have my database queried).
I can't exactly find a question about this since I also don't know what exactly will I search in this scenario. Thank you very much for the help.