'mysqli.connector and mysqli differences? [closed]
In python some times mysqli is used and some other times mysql only is used. Can any pone tell me the differences between both. And when to use what?
mysql.connector()
mysqli.connector()
Solution 1:[1]
mysql.connector is a Python package, mysqli is for PHP, which is a different language.
"connector" packages are developed by the MySQL team for a number of languages - see here
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
