Helpful Notes

Installing MySQL Server in Ubuntu

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

Rails migration error

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