Sometimes, we want to fix ImportError: No module named MySQLdb with Python.
In this article, we’ll look at how to fix ImportError: No module named MySQL db with Python.
How to fix ImportError: No module named MySQLdb with Python?
To fix ImportError: No module named MySQLdb with Python, we install the pymysql
package.
To install it, we run
pip install pymysql
Then we add a connection string with
SQLALCHEMY_DATABASE_URI = 'mysql+pymysql://.....'
Conclusion
To fix ImportError: No module named MySQLdb with Python, we install the pymysql
package.
Popular Posts
- Show / Hide div based on dropdown selected using jQuery
- Autosuggestion Select Box using HTML5 Datalist, PHP and MySQL with Example
- Custom Authentication Login And Registration Using Laravel 8
- Infinite Scrolling on PHP website using jQuery and Ajax with example
- Google Login or Sign In with Angular Application
- How to Convert MySQL Data to JSON using PHP
- How to change date format in PHP?
- Image Lazy loading Using Slick Slider
- Slick Slider Basic With Example
- php in_array check for multiple values
- Adaptive Height In Slick Slider
- Slick Slider Center Mode With Example
- How to Scroll to an Element with Vue 3 and ?
- JavaScript Multiple File Upload Progress Bar Using Ajax With PHP
- Slick Slider Multiple Items With Example
Total Views: 886