Could you tell me please, what should I do with this Phinx error. When I tried to run phinx migrate command in console, it throws me an error "You need to enable the PDO_Mysql extension for Phinx to run properly." Environment is Linux, XAMPP, PHP 7. As I can see in phpinfo() result PDO_Mysql is enabled. So where is the problem?
Thank you very much.