I'm trying to connect to MYSQL on VSC on port 3306.
This is my XAMPP Error Log
and my Apache httpd.conf is set to
Listen 8080
Since I'm trying to connect to VSC, this is my settings.json
{
"sqltools.connections": [
{
"mysqlOptions": {
"authProtocol": "default"
},
"previewLimit": 50,
"server": "localhost",
"port": 3306,
"askForPassword": true,
"driver": "MySQL",
"name": "db_username",
"database": "db_username",
"username": "db_username"
}
]
}
I have downloaded many extensions on VSC, like mssql, SQLTools, SQLTools MYSQL/MariaDB

and I've also downloaded MySQL Workbench 8.0 CE
My main goal is to somehow be able to do MySQL on VS Code 2019, but i don't know if i'm on the right path or what i should do.
To get MYSQL working press "config" in XAMPP change the port number for SMSQL from 3306 to 3307, then restart XAMPP