1 Explain any four parameters of connect() function used to integrate MySQL
database with Python..
ping DDOMS
Answers
Answered by
0
python prefered over c++ I know something about hacking
Answered by
0
Parameters of connect() function :
Explanation:
1) host :
- Host parameter is used to specifying connection parameters using a connection string.
- it's conjointly doable to outline the association knowledge once beginning MySQL Shell victimization separate command parameters for every worth.
2) database:
- The database default listing or collation, stored routines that are to use the new database defaults must be dropped and recreated.
- The account must have permission to access the database with which the routine is associated.
3) username :
- An account is defined in terms of a user name and the consumer host or hosts from which the user connects to the server.
- MySQL user names are 32 characters long. Operating system user names might have a unique maximum length.
Similar questions