PHP 7.4 and MySQL Connections
问题 I had posted this on another forum thinking that it was Ubuntu-related and MySQL wasn't playing nicely with PHP but then I realized that mysqli is indeed loading and communicating with it as phpinfo() shows that mysqli is running so the problem I've been having seems to relate to a change in PHP version 7.4 in the way it connects to the database. It is apparently related to the password so what changes to it would have to be made for it to work even if not backwards compatible? My local