i just installed mysql 5.7
by following the guide in here, after installing the server, the guide shows that after starting mysqld
service, i should get the temporary password stored in /var/log/mysqld.log
by using the following command
sudo grep 'temporary password' /var/log/mysqld.log
But this code shows nothing, i even searched the whole file and i don't find it.. i Checked if the service had problems starting, but it seems it's working right, and it even prompts me to enter the root password when i try to access mysqld, of course it denies the access as i don't have the password
Here is the log file just in case mysqld.log