207k views
0 votes
The Python MySQL Connector library:

(a) come pre-installed with Linux
(b) comes pre-installed with the installation of MySQL8.
(c) comes pre-installed with the installation of Python3.
(d) must be downloaded and installed as a separate package.

1 Answer

3 votes

Answer: (D) Must be downloaded and installed as a separate package.

Step-by-step explanation:

The python MySQL (Structured query language) connector library ought to be downloaded and introduced as separate package. It is utilized to interface MySQL database from python.

The MySQL Installer can introduce and deal with numerous, separate MySQL server occurrences on a similar host simultaneously.

MySQL Installer doesn't allow server updates among major and minor form numbers, however permits redesigns inside a discharge arrangement

User Graham Whitehouse
by
5.6k points