Q. Why do we use connect () function?
Answer :-
Connect function is use to connect MySQL database with python by following syntax :-
<Connection-Object>= mysql.connector.connect (host = <host-name>, user = <username>, passwd = <password> [, database = <database>])
really
ReplyDeletePost a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )