i want to add UTF-8 to my datebase in node js, here is my code:
var connection = mysql.createConnection({ host: 'localhost', user: 'root', password: '', database: 'logit', });
What must I add?
No comments:
Post a Comment