Re: connect a database in remote server (can connect to the server via SSH)

2007-07-18 Thread Ken Foskey
On Tue, 2007-07-17 at 16:40 +, [EMAIL PROTECTED] wrote: Hi, All: I am a new to perl. My perl code need to connect to the database in the remote server, and I can login that server via SSH. Can anyone give me a hint about how can I do that? Many thanks. There is a proxy module that you can

connect a database in remote server (can connect to the server via SSH)

2007-07-17 Thread zhangxiaoyu912
Hi, All: I am a new to perl. My perl code need to connect to the database in the remote server, and I can login that server via SSH. Can anyone give me a hint about how can I do that? Many thanks. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: connect a database in remote server (can connect to the server via SSH)

2007-07-17 Thread Tom Phoenix
On 7/17/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am a new to perl. My perl code need to connect to the database in the remote server, and I can login that server via SSH. Can anyone give me a hint about how can I do that? Many thanks. Have you seen what's on CPAN?

Re: connect a database in remote server (can connect to the server via SSH)

2007-07-17 Thread Francisco Valladolid
Hi. You must check if the Database ports are open, if no ask to the admin. Regards On 7/17/07, Tom Phoenix [EMAIL PROTECTED] wrote: On 7/17/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am a new to perl. My perl code need to connect to the database in the remote server, and I can login

Re: connect a database in remote server (can connect to the server via SSH)

2007-07-17 Thread Jeff Pang
--- [EMAIL PROTECTED] wrote: Hi, All: I am a new to perl. My perl code need to connect to the database in the remote server, and I can login that server via SSH. Can anyone give me a hint about how can I do that? Many thanks. You may use perl's database operation module DBI.pm,if you're

Re: connect a database in remote server (can connect to the server via SSH)

2007-07-17 Thread Chas Owens
On 7/17/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, All: I am a new to perl. My perl code need to connect to the database in the remote server, and I can login that server via SSH. Can anyone give me a hint about how can I do that? Many thanks. To answer accurately we need some more