Ubuntu

Unable to install php-mb

Pinterest LinkedIn Tumblr
  1. check your php version by running “php -v” (in our case its 7.4)
  2. Install mysql package according your php version “apt-get install php7.4-mysql”
  3. Restart apache server “sudo systemctl restart apache2”

Write A Comment