M.A.Sanaulla Parvez
Results
2
comments of
M.A.Sanaulla Parvez
I also face the same problem in Ubuntu 22.04 and for Rails 5.0. Resolved just uninstall MySQL and install MariaDB 1. [Install mariaDB](https://www.digitalocean.com/community/tutorials/how-to-install-mariadb-on-ubuntu-22-04) instad of MySQL. 2. sudo apt install...
First open up Terminal and run the following commands serially- ___ 1. cd ~/Desktop 2. wget "https://github.com/ugcoder/avro/releases/download/v2.0/avro_2.0-1_all.deb" 2. sudo dpkg -i avro_2.0-1_all.deb 3. sudo apt-get install -fy (now if you...