database connection - I can connect to mysql using CLI, but by any external client does not -


i'm working on ubuntu 16.04.

i installed mysql , had no problem logging in command line , other clients.

then deleted mysql system, using this answer.

later when needed mysql again installed it, identically first time.

and can connect mysql using cli:

mysql -u root -p 

but other client not...

dbeaver (and other clients) return error:

access denied user 'root' @ 'localhost'

my configuration default:

server host: localhost port: 3306 user name: root passwrd: correct_password 

what reason not work?

any ideas?

by "external" mean connecting mysql pc or on internet?

when installing mysql did enable "external root access"?

else practice create user external connections, root "almighty" , should not used anyone.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -