We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
// ... connect and query connection.changeUser({}, function (err) { console.log(err); });
callback err:
{ [Error: ER_UNKNOWN_COM_ERROR: Unknown command] code: 'ER_UNKNOWN_COM_ERROR', fatal: true }
my mysql version is 5.1.42, which should have support change user command.