Discuss the connect( ) method of MySQL. Connector interface. List the arguments involved with connect( ) method. Write Python code to create database student_DB and to connect to student_DB (make suitable assumptions wherever necessary)
connect() Method of MySQL Connector Interface The connect() method in MySQL Connector is used to establish a connection to a …