I am trying to remotely connect to MySQL server online from my local machine, but I am getting the following error:
Warning: PDO::__construct(): The server r
alter user 'username'@'localhost' identified with mysql_native_password by 'password'; would fix it.