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 revision
Previous revision
Next revisionBoth sides next revision
ubuntu_notes [2020/11/29 09:26] juckinsubuntu_notes [2021/02/21 11:05] juckins
Line 1: Line 1:
-==== Ubuntu Notes ====+==== VirtualBox running Ubuntu 14 Notes ====
  
 __20 Jul 2020__ __20 Jul 2020__
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
      
 +To upgrade MySQL v5.7 to 8.x follow [[https://www.javacodemonk.com/upgrade-mysql-from-5-7-to-8-on-ubuntu-18-04-bd9b5e46|this link]]
 +
 To fix this locale error upon login: To fix this locale error upon login:
  
ubuntu_notes.txt · Last modified: 2021/02/21 11:09 by juckins