Show-Me-the-Code / python

Show Me the Code Python version.
https://github.com/Show-Me-the-Code/show-me-the-code
MIT License
3.88k stars 2.74k forks source link

Python mysql error #429

Open SATYANARAYANA365 opened 1 year ago

SATYANARAYANA365 commented 1 year ago

I connected python with mysql and tried to run a simple code which takes data from user and saves in mysql.

Code works fine, takes data from user but isn't saving it in database.

Error code 1054 Unknown column 'date' in 'field list'

But there is date column in table.IMG_20230215_181429.jpg

sudheerdivyakolu commented 1 year ago

I connected python with mysql and tried to run a simple code which takes data from user and saves in mysql.

Code works fine, takes data from user but isn't saving it in database.

Error code 1054 Unknown column 'date' in 'field list'

But there is date column in table.IMG_20230215_181429.jpg

Hi, please share the code where select statements are written

ezimoha-obichukwu commented 1 year ago

Do you have mysql extension installed?