php - How to fix phpMyAdmin Fatal error: Uncaught TypeError: mb_strtolower() expects parameter 1 to be string

one text

Solution:

You need to upgrade your phpMyAdmin version. Version 5.1.1 is not compatible with PHP 8.1.

As of posting, the new version doesn't seem ready yet, so for the time being downgrade to PHP 8.0.

Source