You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In short, I created a connection var sql = new Client({ unixSocket: '/run/mysqld/mysqld.sock', user: 'root', password: 'test', db: 'testing', charset: 'utf8' });
Now I need to switch to another table in the process to work with it, I did not find a way to do it
The text was updated successfully, but these errors were encountered:
In short, I created a connection
var sql = new Client({ unixSocket: '/run/mysqld/mysqld.sock', user: 'root', password: 'test', db: 'testing', charset: 'utf8' });
Now I need to switch to another table in the process to work with it, I did not find a way to do it
The text was updated successfully, but these errors were encountered: