I have a question:
My input:
import mysql.connector
import mysql.connector
mydb = mysql.connector.connect(
host = 'localhost',
user = 'root',
passwd = 'ananthjeahinowiamshowingmypasswordwitchisnotmypassword'
)
print(mydb)
And this is the output:
mysql.connector.errors.NotSupportedError: Authentication plugin
'caching_sha2_password' is not supported