JavaScript Stacktrace
Just add the following line in your JavaScript code to display a stacktrace in the JavaScript console. console.log(new Error().stack)
Just add the following line in your JavaScript code to display a stacktrace in the JavaScript console. console.log(new Error().stack)
We recently installed MySQL on an Ubuntu box for testing purposes. Setup was done by simply running the following as root. Here's what we did so we could connect remotely…