Why does this fail on php 7.3 but not on lower versions.
error log
PHP Warning: mysqli_connect(): (HY000/2054): The server requested authentication method unknown to the client in /home1/Dave/public_html/pp/Delivery/sales.php on line 16
$dbh = mysqli_connect("localhost", $user_name, $password, $database_name);