Python Forum

Full Version: Insert into mysql through python
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?