Re: [Tutor] connect to a remote machine - Linux

2006-06-12 Thread Patricia G.
Thank you for the great explanation, Danny.. I was confused... Thank you all for your help! PatriciaOn 6/11/06, Danny Yoo <[EMAIL PROTECTED]> wrote: > I'm sorry. I think I didn't explain myself well. My problem is not with> the database.. The part I'm not sure how to do is connect to the remote> c

Re: [Tutor] connect to a remote machine - Linux

2006-06-11 Thread Danny Yoo
> I'm sorry. I think I didn't explain myself well. My problem is not with > the database.. The part I'm not sure how to do is connect to the remote > computer.. Hi Patricia, There's some confusion here. Let's get that out in the open. It sounds like you have a remote server. That server pr

Re: [Tutor] connect to a remote machine - Linux

2006-06-11 Thread Python
(back on list) On Sun, 2006-06-11 at 18:59 -0400, Patricia G. wrote: > I'm sorry. I think I didn't explain myself well. My problem is not > with the database.. The part I'm not sure how to do is connect to the > remote computer.. MySQL will accept connections from other computers. It listens on p

Re: [Tutor] connect to a remote machine - Linux

2006-06-11 Thread Patricia G.
I'm sorry. I think I didn't explain myself well. My problem is not with the database.. The part I'm not sure how to do is connect to the remote computer.. I read somewhere that os.popen would work, but I'm not sure if that will do for me because I have to enter a passphrase and password to connect

Re: [Tutor] connect to a remote machine - Linux

2006-06-11 Thread Roy Mac
Try looking at PyDO - This provides an interface between Python and your database. This allows you to change your database at a later time and not have to change any Python. The excerpt below is from: http://skunkweb.sourceforge.net/PyDO2/api/html/public/pydo-module.html PyDO (Python Data Object

Re: [Tutor] connect to a remote machine - Linux

2006-06-11 Thread Python
On Sun, 2006-06-11 at 15:19 +, Patricia wrote: > Hi All, > > I need to connect to a remote computer on the same network to store data into > its mysql database, and I need to do this using python script. > > Although I've used mysql and python before, I have no idea how to access a > remote

Re: [Tutor] connect to a remote machine - Linux

2006-06-11 Thread Michael Sullivan
On Sun, 2006-06-11 at 15:19 +, Patricia wrote: > Hi All, > > I need to connect to a remote computer on the same network to store data into > its mysql database, and I need to do this using python script. > > Although I've used mysql and python before, I have no idea how to access a > remote