I'm doing a server with MySQL and express but I can not connect to the server. Try the following:
var mysql = require("mysql");
var connection=mysql.createConnection({
host:"localhost",
user:"pedro",
password:"cocoypaco2",
database:"users",...
asked by
08.11.2018 / 20:30