I m trying to connect to a MySQL server on a VM from RMySQL, here are the commands i executed
c<-dbConnect(MySQL(), user="root", password="passw0rd", dbname="leopard", host="one-1368")
It is showing the following error
RS-DBI driver: (Failed to connect to database: Error: Connection using old
(pre-4.1.1) authentication protocol refused (client option 'secure_auth' enabled)
I m using MySQL client 5.6 on my system and the VM shows that it is running 5.5. I think it might be an issue on the server version.
Any help would be appreciated. Thank You