Python Forum
Insert into mysql through python - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Insert into mysql through python (/thread-29276.html)



Insert into mysql through python - LaKhWaN - Aug-26-2020

Hey there, I was trying to insert data in mysql through Python and it worked if i used it on localhost but when I did the same for external host I mean i got a mysql database online and connected, and its connected succesfully, i created table but inserting not working and also when I did "Show databases" it also said access denied so what I can do?