I use MySQL-python (use freshmeat to find it).
I've written my own class to use around it which looks a lot like:
class MyDBClass:
def __init__(self):
self.db = None
self.dbname, self.user, self.passwd = None, None, None
def connect(self, user = "", pa
* vishnu mahendra
> is there any simple ways to interface python with mysql
http://sourceforge.net/projects/mysql-python >
> if yes tell me the details how do we do it in
> windows and linux
You will find instructions on the sourceforge site.
A small demo, low level API:
>>> import _mysql
>>>
At 21:48 -0800 1/30/03, vishnu mahendra wrote:
is there any simple ways to interface python with
mysql if yes tell me the details how do we do it in
windows and linux
Yes.
You can find an article describing how to do it at:
http://www.kitebird.com/articles/
You can find a bunch of scripts tha
Hello,
For windows check out Python from:
www.ActiveState.com
It comes with some nice additions.
Also check out the Python Mysql interface (v2.xx) api.
www.python.org/topics/database/
For windows the Rekall front end (Access like and an
alternative to php) looks promising.
www.thekompany.com
T
On Thu, Jan 30, 2003 at 09:48:16PM -0800, vishnu mahendra wrote:
> is there any simple ways to interface python with
> mysql if yes tell me the details how do we do it in
> windows and linux
>
I never used Python, but this is very easy to find:
http://www.python.org/
http://www.python.org/topics
Pada Wed, 31 Jul 2002 09:41:45 +0300
"Dogaru Dragos" <[EMAIL PROTECTED]> menulis :
> Hi,
>
> I was wondering if it's posible to make mysql listen on only one interface
> (eth0, eth1 etC)?
just add on your mysqld options
--bind-address=IP -> Ip address to bind to
--
Write clearly - don