Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


ubuntu_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
ubuntu_notes [2020/11/29 09:26] juckinsubuntu_notes [2020/11/29 09:27] juckins
Line 131: Line 131:
   # su -   # su -
   # mysql -u root -p    # mysql -u root -p 
-  > ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password +  > ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'YOUR_PASSWORD';
-BY 'YOUR_PASSWORD';+
   # systemctl restart mysql   # systemctl restart mysql
   # systemctl restart apache2.service   # systemctl restart apache2.service
ubuntu_notes.txt · Last modified: 2021/02/21 11:09 by juckins