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 [2019/01/26 12:15] juckinsubuntu_notes [2019/01/27 10:58] juckins
Line 64: Line 64:
   CREATE DATABASE dbname;   CREATE DATABASE dbname;
   SET PASSWORD FOR 'username'@'localhost' = PASSWORD('password');   SET PASSWORD FOR 'username'@'localhost' = PASSWORD('password');
 +  
 +  
 +To fix this locale error upon login:
 +
 +<code>
 +-bash: warning: setlocale: LC_ALL: cannot change locale (en_US)
 +</code>
 +
 +run the following:
 +  
 +  sudo locale-gen en_US
 +  locale -a
 +  
 +and confirm you see en_US now
 +
 ---- ----
  
ubuntu_notes.txt · Last modified: 2021/02/21 11:09 by juckins