MySQL Forums
Forum List  »  Newbie

Re: accessing web server using client
Posted by: Peter Brawley
Date: May 19, 2014 10:02AM

Urls do not point at databases. They may point at web pages that access databases, thus your python app could invoke another python or php page that retrieves database data. More usually, python apps retrieve from a mysql db via the python API (http://dev.mysql.com/doc/refman/5.0/en/apis-python.html), see the python forum here.

Options: ReplyQuote


Subject
Written By
Posted
Re: accessing web server using client
May 19, 2014 10:02AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.