Client does not support authentication protocol requested by server; consider upgrading MySQL client
// Run this line to unistall mysql and install mysql2
npm uninstall mysql && npm install mysql2
// Switch the name of your import in your node file
import mysql2 from 'mysql2'
// mysql2 uses the updated form of authentication