Skip to content
UYANIK Rüstem edited this page Jun 20, 2017 · 1 revision

Welcome to the phptrader wiki!

mysql tunnel

var mysql = require('mysql');

var con = mysql.createConnection({ host: "217.182.252.161", user: "root", password: "fluflu334455!" });

con.connect(function(err) { if (err) throw err; console.log("Connected!"); });

Clone this wiki locally