user and pass you say I can't access it because it is a client side?
Yes, you CAN access it, but the database itself is running on your machine
Here are the actual database credentials: const mysql = require('mysql'); const connection = mysql.createConnection({ host: 'localhost', user: 'root', password: null, database: 'moneytransfer' });
Обсуждают сегодня