Moodle installation error

Moodle installation error

by John Glenn Tahil -
Number of replies: 1

Hi I`m trying to install moodle but i got this error while installing .I`m using  php 7.3.4 64bit apache 2.4.39 and mysql 8.015.0.

Average of ratings: -
In reply to John Glenn Tahil

Re: Moodle installation error

by Jon Bolton -
Picture of Particularly helpful Moodlers Picture of Testers

You need to uncomment ;extension=mysqli.so in the 'Dynamic Extensions' section in 'php.ini' located in your php folder, usually '/etc/php/php.ini'

If it’s not there, you need to install the package php-mysql and then restart the Apache web server.