Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python mysql error #429

Open
SATYANARAYANA365 opened this issue Feb 15, 2023 · 2 comments
Open

Python mysql error #429

SATYANARAYANA365 opened this issue Feb 15, 2023 · 2 comments

Comments

@SATYANARAYANA365
Copy link

SATYANARAYANA365 commented Feb 15, 2023

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
Copy link

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
Copy link

Do you have mysql extension installed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants