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
I am using nodejs v8.11.1
mariasql 0.2.6
username root
no password
and this is my client config
var c = new Client({
host: '127.0.0.1',
user: 'root'
});
when I run I have this error
Error: Access denied for user 'root'@'localhost'
when I use mysql -u root
it works fine
The text was updated successfully, but these errors were encountered:
I am using nodejs v8.11.1
mariasql 0.2.6
username root
no password
and this is my client config
var c = new Client({
host: '127.0.0.1',
user: 'root'
});
when I run I have this error
Error: Access denied for user 'root'@'localhost'
when I use mysql -u root
it works fine
The text was updated successfully, but these errors were encountered: