Monday, 17 April 2017

Add UTF-8 to MySQL connection in node js

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?



via Remus Dumitrascu

No comments:

Post a Comment