I have a problem when I am trying to connect my project to PHPMYADMIN
const mysql = require('mysql');
var con = mysql.createConnection({
host: "localhost",
user: "root",
password: "",
database: "edu_app",
port: "3306"
});
con.connect();
net
module which would also be consistent with trying to run it in the front-end. You can't run mysql in the front-end. It only runs in the back-end. – jfriend00 yesterday