Quantcast
Viewing all articles
Browse latest Browse all 20

How can I find out Mysql root password?

Following the example of the website → https://help.directadmin.com/item.php?id=45

I have an error ↓
sudo systemctl stop mysqld
admin@server313851:~$ sudo systemctl set-environment MYSQLD_OPTS="--skip-grant-tables" admin@server313851:~$ sudo systemctl start mysqld admin@server313851:~$ mysql mysql -e "UPDATE mysql.user SET authentication_string=null WHERE user='root'; FLUSH PRIVILEGES;" ERROR 1045 (28000): Access denied for user 'admin'@'localhost' (using password: NO)
I...

Read more

Viewing all articles
Browse latest Browse all 20

Trending Articles