I am trying to connect to a MySQL server on a VM from RMySQL, here are the commands that I executed
c<-dbConnect(MySQL(), user="root", password="passw0rd", dbname="leopard", host="one-1368")
The following error is displayed
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 am using MySQL client 5.6 on my system, and the VM shows that it is running 5.5. I think this may be a problem on the server version.
Any help would be greatly appreciated. Thank you.
m_amber
source share