6 months ago
Solution:
Install Yarn via NPM not via sudo apt install yarn
~# sudo npm install --global yarn
Yarn
6 months ago
Solution:
sudo mysql -u root # I had to use "sudo" since it was a new installation
mysql> ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_...
MySQL
6 months ago
Steps:
1. Update the server package index.
~# sudo apt update
2. Install the MySQL server package.
~# sudo apt install mysql-server -y
3. View the ins...
MySQL
7 months ago
sudo sed -i 's/^Prompt=.*/Prompt=normal/' /etc/update-manager/release-upgrades
sudo apt update
sudo apt upgrade
sudo apt dist-upgrade
sudo do-release-up...
Ubuntu
7 months ago
NOTE: native authentication plugin was removed from mysql 9.0
Solution:
~# brew uninstall mysql
~# brew install mysql@8.4
~# echo 'export PATH="/usr/loca...
MySQL
7 months ago
➜ bridge git:(chore/BB-11279/available_positions) rails db:migrate
rails aborted!
LoadError: dlopen(/Users/user01/.rbenv/versions/3.1.6/lib/ruby/gems/...
MySQL