Re: Error reading from database Moodle 3.5 when install
Number of replies: 0
I already solve this problem by correct the config.php file to match the database from "utf8mb4_unicode_ci" to "utf8_bin" because I made my database as "utf8_bin", so anyone who faces this problem should try this solution.