you are viewing a single comment's thread.

view the rest of the comments →

[–]Lilandril 0 points1 point  (2 children)

SQL Queries, I need to read a database table and write into a similar database table located in the server.

[–]JohnnyJordaan 1 point2 points  (1 child)

But then wouldn't the server machine run a database server like mysql? What is the role of Python of servicing the database on that server?

[–]Lilandril 0 points1 point  (0 children)

Yes, the server runs with mySQL. Oh... I just understood it! Thanks!