-1
0No answers
Browser other questions tagged mysql database ubuntu server mysql-workbench
You are not signed in. Login or sign up in order to post.-1
Browser other questions tagged mysql database ubuntu server mysql-workbench
You are not signed in. Login or sign up in order to post.
It has several causes. Make sure the password is correct. Check that the user is allowed to log in to the localhost server If you are installed on the Mysql server and have not changed the temporary password, it is important to identify the password, through this command: cat /var/log/mysqld.log | grep "A Temporary password is generated for" | awk '{print $NF}' Try to check these options.
– Adriel Lucas
Mysql is running on the machine in question (localhost)?
– chegancasb